add custom menuconfig for wifi
used later Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
13
ePaper-ESP-IDF/main/Kconfig.projbuild
Normal file
13
ePaper-ESP-IDF/main/Kconfig.projbuild
Normal file
@@ -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
|
Reference in New Issue
Block a user