Files
board-mate/esp32-thread/border-router/sdkconfig.defaults.esp32p4
2025-12-25 21:28:59 +01: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