Compare commits

..

No commits in common. "nodes/huzzah-01" and "master" have entirely different histories.

View file

@ -25,13 +25,13 @@ rtcStore_t rtcStore;
/* CONFIGURATION OPTIONS */ /* CONFIGURATION OPTIONS */
#ifndef NODENAME #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-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 #endif
#ifndef BOARD #ifndef BOARD
#define BOARD 1 /* IMPORTANT: select one of the BOARD_* types */ #define BOARD 0 /* IMPORTANT: select one of the BOARD_* types */
#endif #endif
#define DB_HOSTNAME "influx-iot.fra80" #define DB_HOSTNAME "influx-iot.fra80"