diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index e8266e7e2..dc2ad62fa 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -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