Compare commits

...

1 Commits

Author SHA1 Message Date
Jannik Beyerstedt 4c027805dc add config for buero 2020-04-18 12:34:56 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
#define BOARD_ESP32 4 /* standalone ESP32 */
/* DEBUG SETTINGS */
#define TEST /* use test config and database */
// #define TEST /* use test config and database */
#define PRINT_INFO /* enable Serial output */
// #define PRINT_DEBUG /* enable additional debug output */
/* CONFIGURATION OPTIONS */
#ifndef NODENAME
#define NODENAME "env-TODO" /* IMPORTANT: CHANGE FOR EACH DEVICE */
#define NODENAME "env-buero" /* IMPORTANT: CHANGE FOR EACH DEVICE */
#endif
#ifndef BOARD