Skip to content

Commit

Permalink
restore config as it was before switch to core 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Apr 18, 2024
1 parent 0f19dcd commit 76970dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasmota/include/tasmota_configurations_ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 76970dd

Please sign in to comment.