From 20038aac18fc3958f29aa3b2bc0eae53d1876cf6 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 3 Oct 2021 15:21:25 +0200 Subject: [PATCH] Add influxdb to some ESP32 binaries Useful for heap measurements over time --- tasmota/tasmota_configurations_ESP32.h | 3 +++ 1 file changed, 3 insertions(+) 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