Files
esp-idf/examples/openthread/ot_sleepy_device/light_sleep/main/Kconfig.projbuild
2025-03-03 13:02:41 +01:00

10 lines
374 B
Plaintext

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