mirror of https://github.com/arendst/Tasmota.git
restore config as it was before switch to core 3.0.0
This commit is contained in:
parent
0f19dcdff8
commit
76970ddca9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue