diff --git a/ePaper-ESP-IDF/main/Kconfig.projbuild b/ePaper-ESP-IDF/main/Kconfig.projbuild new file mode 100644 index 0000000..c349cf2 --- /dev/null +++ b/ePaper-ESP-IDF/main/Kconfig.projbuild @@ -0,0 +1,13 @@ +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