14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
menu "Project Configuration"
|
|
config WIFI_SSID
|
|
string "WiFi SSID"
|
|
default "myssid"
|
|
help
|
|
Network Name (SSID) of the WIFI to connect to.
|
|
|
|
config WIFI_PASSWORD
|
|
string "WiFi PASSWORD"
|
|
default "hunter2"
|
|
help
|
|
Password of the WiFi network to connect to.
|
|
|
|
endmenu |