remove serial bridge from safeboot (#21334)

* remove serial bridge from safeboot
* Enable SPI in ESP32 safeboot
This commit is contained in:
Jason2866 2024-05-03 15:31:48 +02:00 committed by GitHub
parent 9168f7b198
commit 1d7498d0b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@
#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_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
#endif // CONFIG_FREERTOS_UNICORE
#endif // CONFIG_IDF_TARGET_ESP32