mirror of https://github.com/arendst/Tasmota.git
Temp fix for too big ESP32 Safeboot firmwares
This commit is contained in:
parent
5ac69b81e1
commit
87ed42318a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue