Kconfig.projbuild 248 B

1234567891011
  1. menu "Example Configuration"
  2. config EXAMPLE_SCAN_LIST_SIZE
  3. int "Max size of scan list"
  4. range 0 20
  5. default 10
  6. help
  7. The size of array that will be used to retrieve the list of access points.
  8. endmenu