Add SSID and PSK config items

This commit is contained in:
2023-05-15 12:10:51 +01:00
parent 81dfa7fe1c
commit 87c9ca3c81
3 changed files with 103 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
menu "Bedside clock settings"
config DEFAULT_HOSTNAME
string "The default hostname for the device"
string "Default hostname"
default "bedside-clock"
prompt "Default hostname"
config DEFAULT_SSID
string "SSID of default WiFi network"
default ""
config DEFAULT_PSK
string "PSK for default WiFi network"
default ""
endmenu