22 lines
519 B
Plaintext
22 lines
519 B
Plaintext
menu "ESP32 iperf Configuration"
|
|
|
|
config WIFI_SSID
|
|
string "WiFi SSID"
|
|
default "myssid"
|
|
help
|
|
SSID (network name) to connect to.
|
|
|
|
config WIFI_PASSWORD
|
|
string "WiFi Password"
|
|
default "mypassword"
|
|
help
|
|
WiFi password (WPA or WPA2).
|
|
|
|
config WIFI_MAXIMUM_RETRY
|
|
int "Maximum retry"
|
|
default 5
|
|
help
|
|
Set the Maximum retry to prevent station reconnecting to the AP unlimited when the AP doesn't exist.
|
|
|
|
endmenu
|