Add timezone config item

This commit is contained in:
2023-05-15 17:25:25 +01:00
parent be666164f4
commit 8be7ec1e28
3 changed files with 59 additions and 7 deletions

View File

@@ -8,4 +8,7 @@ menu "Bedside clock settings"
config DEFAULT_PSK
string "PSK for default WiFi network"
default ""
config DEFAULT_TIMEZONE
string "Default timezone"
default "Europe/London"
endmenu