Files

28 lines
970 B
Plaintext

menu "Wi-Fi Provisioning Manager"
config ENABLE_UNIFIED_PROVISIONING
bool "Enable Unified Provisioning"
default n
select ENABLE_MDNS
help
This enables Unified Provisioning feature along with required components like Wifi-Provisioning, Protocomm and their mbedtls dependencies.
config WIFI_PROV_SCAN_MAX_ENTRIES
int "Max Wi-Fi Scan Result Entries"
default 16
range 1 255
depends on ENABLE_UNIFIED_PROVISIONING
help
This sets the maximum number of entries of Wi-Fi scan results that will be kept by the provisioning manager
config WIFI_PROV_AUTOSTOP_TIMEOUT
int "Provisioning auto-stop timeout"
default 30
range 5 600
depends on ENABLE_UNIFIED_PROVISIONING
help
Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to
a Wi-Fi network successfully.
endmenu