11 lines
248 B
Text
11 lines
248 B
Text
menu "Example Configuration"
|
|
|
|
config EXAMPLE_SCAN_LIST_SIZE
|
|
int "Max size of scan list"
|
|
range 0 20
|
|
default 10
|
|
help
|
|
The size of array that will be used to retrieve the list of access points.
|
|
|
|
endmenu
|
|
|