14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
menu "WiFi Configuration Options"
|
|
config WIFI_SSID
|
|
string "WIFI SSID"
|
|
default ""
|
|
help
|
|
SSID of the WiFi network to connect to.
|
|
|
|
config WIFI_PASSWORD
|
|
string "WIFI Password"
|
|
default ""
|
|
help
|
|
Password of the WiFi network to connect to.
|
|
endmenu
|