mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
P4 Ethernet support in safeboot (#23681)
This commit is contained in:
parent
488225c787
commit
a6124128a7
@ -186,14 +186,14 @@
|
||||
|
||||
#undef USE_ESP32_WDT // disable watchdog on SAFEBOOT until more testing is done
|
||||
|
||||
#if CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3
|
||||
#if CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32P4
|
||||
#if CONFIG_ETH_ENABLED // Check for Ethernet support in Arduino libs
|
||||
// #undef USE_MQTT_TLS
|
||||
// #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_ETH_ENABLED
|
||||
#endif // CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3
|
||||
#endif // CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32P4
|
||||
|
||||
#endif // FIRMWARE_SAFEBOOT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user