mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
7 lines
234 B
Plaintext
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
|