add huzzah-01 config

This commit is contained in:
Jannik Beyerstedt 2020-04-18 11:33:00 +02:00
parent 06e6b8111b
commit 84280a8e4f
1 changed files with 3 additions and 3 deletions

View File

@ -25,13 +25,13 @@ rtcStore_t rtcStore;
/* CONFIGURATION OPTIONS */
#ifndef NODENAME
// #define NODENAME "env-huzzah-01" /* IMPORTANT: CHANGE FOR EACH DEVICE */
#define NODENAME "env-huzzah-01" /* IMPORTANT: CHANGE FOR EACH DEVICE */
// #define NODENAME "env-keller" /* IMPORTANT: CHANGE FOR EACH DEVICE */
#define NODENAME "env-TODO" /* IMPORTANT: CHANGE FOR EACH DEVICE */
// #define NODENAME "env-TODO" /* IMPORTANT: CHANGE FOR EACH DEVICE */
#endif
#ifndef BOARD
#define BOARD 0 /* IMPORTANT: select one of the BOARD_* types */
#define BOARD 1 /* IMPORTANT: select one of the BOARD_* types */
#endif
#define DB_HOSTNAME "influx-iot.fra80"