esp-idf/examples/openthread/ot_br/main/Kconfig.projbuild
2023-07-11 10:39:34 +08:00

12 lines
429 B
Plaintext

menu "OpenThread Border Router Example"
config OPENTHREAD_BR_AUTO_START
bool 'Enable the automatic start mode in Thread Border Router.'
default False
help
If enabled, The Thread Border Router will connect to Wi-Fi with pre-configured
SSID and PSK, and then form a Thread network automatically. Otherwise, user need
to configure Wi-Fi and Thread manually.
endmenu