2017-09-28 08:17:06 +00:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-10-23 06:12:32 +00:00
|
|
|
config EXAMPLE_SCAN_LIST_SIZE
|
|
|
|
int "Max size of scan list"
|
|
|
|
range 0 20
|
|
|
|
default 10
|
2019-01-25 16:10:53 +00:00
|
|
|
help
|
2019-10-23 06:12:32 +00:00
|
|
|
The size of array that will be used to retrieve the list of access points.
|
2017-09-28 08:17:06 +00:00
|
|
|
|
|
|
|
endmenu
|
2019-10-23 06:12:32 +00:00
|
|
|
|