diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 0a53feaf4..ae1506706 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -186,10 +186,12 @@ #define USE_WEBSERVER #define USE_WEBCLIENT #define USE_WEBCLIENT_HTTPS -#if CONFIG_IDF_TARGET_ESP32 - #define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+2k code) - #define USE_ETHERNET -#endif // CONFIG_IDF_TARGET_ESP32 + +// FIX ME Safeboot for ESP32 and ESP32solo1 to big with Core 3.0.0 +//#if CONFIG_IDF_TARGET_ESP32 +// #define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+2k code) +// #define USE_ETHERNET +//#endif // CONFIG_IDF_TARGET_ESP32 #endif // FIRMWARE_SAFEBOOT