Change default timezone so it actually works

Apparently ESP-IDF doesn't actually support timezones like
Europe/London, they have to be specified in full TZ format.
This commit is contained in:
Camden Dixie O'Brien 2023-05-19 17:51:48 +01:00
parent 077f3d5552
commit 4a6246ba9a

View File

@ -10,8 +10,8 @@ menu "Bedside clock settings"
string "PSK for default WiFi network"
default ""
config DEFAULT_TIMEZONE
string "Default timezone"
default "Europe/London"
string "Default timezone (TZ format)"
default "UTCUTC-1,M3.5.0/1,M10.5.0/2"
config DEFAULT_SNTP_SERVER
string "Default SNTP server domain"
default "pool.ntp.org"