mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -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
|