OVMS3-idf/examples/wifi/scan/main/Kconfig.projbuild

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