mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 19:14:37 +01:00
9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
|
menu "WiFi STA"
|
||
|
|
||
|
config WIFI_STA_SSID
|
||
|
string "Wifi SSID"
|
||
|
|
||
|
config WIFI_STA_PASSWORD
|
||
|
string "Wifi Password"
|
||
|
|
||
|
endmenu
|