connect to wifi via sdkconfig
Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
menu "WiFi Configuration Options"
|
||||
config WIFI_SSID
|
||||
string "WIFI SSID"
|
||||
default ""
|
||||
default "ssid"
|
||||
help
|
||||
SSID of the WiFi network to connect to.
|
||||
|
||||
config WIFI_PASSWORD
|
||||
string "WIFI Password"
|
||||
default ""
|
||||
default "password"
|
||||
help
|
||||
Password of the WiFi network to connect to.
|
||||
|
||||
config ESP_MAXIMUM_RETRY
|
||||
int "Maximum retry"
|
||||
default 5
|
||||
help
|
||||
Set the Maximum retry to avoid station reconnecting to the AP unlimited when the AP is really inexistent.
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user