Files
esp-air-monitor/main/Kconfig.projbuild
2023-10-25 19:18:26 +01:00

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