mirror of https://github.com/arendst/Tasmota.git
Add influxdb to some ESP32 binaries
Useful for heap measurements over time
This commit is contained in:
parent
14951ba2b6
commit
20038aac18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue