2019-04-23 12:18:28 +05:30
|
|
|
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
|
|
|
|
|
|
2020-01-03 19:58:59 +05:30
|
|
|
config WIFI_PROV_AUTOSTOP_TIMEOUT
|
|
|
|
|
int "Provisioning auto-stop timeout"
|
|
|
|
|
default 30
|
|
|
|
|
range 5 600
|
|
|
|
|
help
|
|
|
|
|
Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to
|
|
|
|
|
a Wi-Fi network successfully.
|
|
|
|
|
|
2019-04-23 12:18:28 +05:30
|
|
|
endmenu
|