add config for buero
This commit is contained in:
parent
30402d41d3
commit
4c027805dc
|
@ -18,13 +18,13 @@
|
||||||
#define BOARD_ESP32 4 /* standalone ESP32 */
|
#define BOARD_ESP32 4 /* standalone ESP32 */
|
||||||
|
|
||||||
/* DEBUG SETTINGS */
|
/* DEBUG SETTINGS */
|
||||||
#define TEST /* use test config and database */
|
// #define TEST /* use test config and database */
|
||||||
#define PRINT_INFO /* enable Serial output */
|
#define PRINT_INFO /* enable Serial output */
|
||||||
// #define PRINT_DEBUG /* enable additional debug output */
|
// #define PRINT_DEBUG /* enable additional debug output */
|
||||||
|
|
||||||
/* CONFIGURATION OPTIONS */
|
/* CONFIGURATION OPTIONS */
|
||||||
#ifndef NODENAME
|
#ifndef NODENAME
|
||||||
#define NODENAME "env-TODO" /* IMPORTANT: CHANGE FOR EACH DEVICE */
|
#define NODENAME "env-buero" /* IMPORTANT: CHANGE FOR EACH DEVICE */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOARD
|
#ifndef BOARD
|
||||||
|
|
Loading…
Reference in a new issue