mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
429 B
Plaintext
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
|