11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
menu "WIFI CONNECT"
|
|
|
|
config WIFI_SSID
|
|
string "SSID"
|
|
default "raspi-box-esp32"
|
|
|
|
config WIFI_PASSWORD
|
|
string "PASSWORD"
|
|
default "PolytechBoxRasp"
|
|
|
|
endmenu |