mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
remove serial bridge from safeboot (#21334)
* remove serial bridge from safeboot * Enable SPI in ESP32 safeboot
This commit is contained in:
parent
9168f7b198
commit
1d7498d0b8
@ -190,7 +190,8 @@
|
|||||||
#if CONFIG_IDF_TARGET_ESP32
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
#if CONFIG_FREERTOS_UNICORE
|
#if CONFIG_FREERTOS_UNICORE
|
||||||
#undef USE_MQTT_TLS
|
#undef USE_MQTT_TLS
|
||||||
#define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+2k code)
|
// #define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+4.5k code)
|
||||||
|
#define USE_SPI // Make SPI Ethernet adapters useable (+124 bytes)
|
||||||
#define USE_ETHERNET
|
#define USE_ETHERNET
|
||||||
#endif // CONFIG_FREERTOS_UNICORE
|
#endif // CONFIG_FREERTOS_UNICORE
|
||||||
#endif // CONFIG_IDF_TARGET_ESP32
|
#endif // CONFIG_IDF_TARGET_ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user