mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
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
|
|
|