Add influxdb to some ESP32 binaries

Useful for heap measurements over time
This commit is contained in:
Theo Arends 2021-10-03 15:21:25 +02:00
parent 14951ba2b6
commit 20038aac18
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,7 @@
#undef FALLBACK_MODULE
#define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template
#define USE_INFLUXDB // Enable influxdb support (+5k code)
#define USE_TASMOTA_DISCOVERY
#undef USE_HOME_ASSISTANT
@ -358,6 +359,8 @@
#ifdef FIRMWARE_TASMOTA32
#define USE_INFLUXDB // Enable influxdb support (+5k code)
#define USE_ENHANCED_GUI_WIFI_SCAN
#define USE_SDCARD