Kconfig.projbuild 375 B

123456789
  1. menu "OpenThread CLI Example"
  2. config OPENTHREAD_AUTO_START
  3. bool 'Enable the automatic start mode.'
  4. default False
  5. help
  6. If enabled, the Openthread Device will create or connect to thread network with pre-configured
  7. network parameters automatically. Otherwise, user need to configure Thread via CLI command manually.
  8. endmenu