mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
375 B
Plaintext
10 lines
375 B
Plaintext
menu "OpenThread CLI Example"
|
|
|
|
config OPENTHREAD_AUTO_START
|
|
bool 'Enable the automatic start mode.'
|
|
default False
|
|
help
|
|
If enabled, the Openthread Device will create or connect to thread network with pre-configured
|
|
network parameters automatically. Otherwise, user need to configure Thread via CLI command manually.
|
|
endmenu
|