esp-idf/examples/wifi/roaming/roaming_11kvr/main/Kconfig.projbuild
jgujarathi c5d8acc40a feat(esp_wifi): Showcase roaming_app capabalities through dedicated example
- Shows use of roaming app through dedicated example : roaming_app_example.
- Changes the location of the earlier roaming example by moving it into the roaming_11kvr.
- Please note that this feature is still experimental and still being optimised
and tuned.
2024-04-01 23:00:01 +08:00

22 lines
603 B
Plaintext

menu "Example Configuration"
config EXAMPLE_WIFI_SSID
string "WiFi SSID"
default "roaming_test"
help
SSID (network name) for the example to connect to.
config EXAMPLE_WIFI_PASSWORD
string "WiFi Password"
default "password"
help
WiFi password (WPA or WPA2) for the example to use.
config EXAMPLE_WIFI_RSSI_THRESHOLD
int "WiFi RSSI threshold to trigger roaming"
default 0
help
WiFi RSSI threshold to trigger roaming value in dbm (-100 to 0). 0 denotes feature is disabled.
endmenu