From 76970ddca95ec2f08e56a31d9e0e5971df2f0923 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:53:11 +0200 Subject: [PATCH] restore config as it was before switch to core 3.0.0 --- tasmota/include/tasmota_configurations_ESP32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 436fca1e5..c7e27be74 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -58,7 +58,7 @@ #undef USE_HOME_ASSISTANT // Disable Home Assistant #undef USE_TASMOTA_DISCOVERY // Disable Tasmota Discovery support (+2k code) #undef USE_TELEGRAM // Disable support for Telegram protocol (+49k code, +7.0k mem and +4.8k additional during connection handshake) -#undef USE_MQTT_TLS // Disable TLS support won't work as the MQTTHost is not set +//#undef USE_MQTT_TLS // Disable TLS support won't work as the MQTTHost is not set #undef USE_KNX // Disable KNX IP Protocol Support //#undef USE_WEBSERVER // Disable Webserver #undef USE_GPIO_VIEWER // Enable GPIO Viewer to see realtime GPIO states (+5k6 code) @@ -189,6 +189,7 @@ #if CONFIG_IDF_TARGET_ESP32 #if CONFIG_FREERTOS_UNICORE + #undef USE_MQTT_TLS #define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+2k code) #define USE_ETHERNET #endif // CONFIG_FREERTOS_UNICORE