mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
|
menu "Wi-Fi Provisioning Manager"
|
||
|
|
||
|
config WIFI_PROV_SCAN_MAX_ENTRIES
|
||
|
int "Max Wi-Fi Scan Result Entries"
|
||
|
default 16
|
||
|
range 1 255
|
||
|
help
|
||
|
This sets the maximum number of entries of Wi-Fi scan results that will be kept by the provisioning manager
|
||
|
|
||
|
endmenu
|