Files
board-mate/esp32-thread/open-thread-client/main/Kconfig.projbuild
2025-12-24 16:07:10 +01:00

11 lines
372 B
Plaintext

menu "OpenThread CLI Example"
config OPENTHREAD_AUTO_START
bool 'Enable the automatic start mode.'
default y
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