Temp fix for too big ESP32 Safeboot firmwares

This commit is contained in:
Jason2866 2024-04-15 12:24:31 +02:00 committed by GitHub
parent 5ac69b81e1
commit 87ed42318a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -186,10 +186,12 @@
#define USE_WEBSERVER #define USE_WEBSERVER
#define USE_WEBCLIENT #define USE_WEBCLIENT
#define USE_WEBCLIENT_HTTPS #define USE_WEBCLIENT_HTTPS
#if CONFIG_IDF_TARGET_ESP32
#define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+2k code) // FIX ME Safeboot for ESP32 and ESP32solo1 to big with Core 3.0.0
#define USE_ETHERNET //#if CONFIG_IDF_TARGET_ESP32
#endif // 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 #endif // FIRMWARE_SAFEBOOT