Files
bedside-clock/main/Kconfig.projbuild
T
2023-05-16 00:07:43 +01:00

12 lines
336 B
Plaintext

menu "Bedside clock settings"
config DEFAULT_HOSTNAME
string "Default hostname"
default "bedside-clock"
config DEFAULT_SSID
string "SSID of default WiFi network"
default ""
config DEFAULT_PSK
string "PSK for default WiFi network"
default ""
endmenu