Files
tide-display/ePaper-ESP-IDF/main/Kconfig.projbuild
Peter Siegmund 4dfc5e9a9b add custom menuconfig for wifi
used later

Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-06-06 22:50:05 +02:00

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