mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
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
|
#undef FALLBACK_MODULE
|
||||||
#define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template
|
#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
|
#define USE_TASMOTA_DISCOVERY
|
||||||
#undef USE_HOME_ASSISTANT
|
#undef USE_HOME_ASSISTANT
|
||||||
|
|
||||||
@ -358,6 +359,8 @@
|
|||||||
|
|
||||||
#ifdef FIRMWARE_TASMOTA32
|
#ifdef FIRMWARE_TASMOTA32
|
||||||
|
|
||||||
|
#define USE_INFLUXDB // Enable influxdb support (+5k code)
|
||||||
|
|
||||||
#define USE_ENHANCED_GUI_WIFI_SCAN
|
#define USE_ENHANCED_GUI_WIFI_SCAN
|
||||||
|
|
||||||
#define USE_SDCARD
|
#define USE_SDCARD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user