Files
esp-idf/examples/openthread/ot_br/sdkconfig.defaults.esp32p4
2025-05-08 19:24:55 +08:00

7 lines
234 B
Plaintext

# Enable BR auto start for Ethernet builds
CONFIG_OPENTHREAD_BR_AUTO_START=y
# Enable PPP support as a workaround to ensure LWIP thread-lib compatibility for Ethernet builds
CONFIG_LWIP_PPP_SUPPORT=y
CONFIG_LWIP_PPP_SERVER_SUPPORT=y