connect to wifi via sdkconfig

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-07 13:41:27 +02:00
parent 378b6ebc1d
commit 2c8b9465cd
6 changed files with 170 additions and 6 deletions

View File

@@ -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