mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
66fb5a29bb
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
11 lines
247 B
Plaintext
11 lines
247 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
|