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:
parent
077f3d5552
commit
4a6246ba9a
@ -10,8 +10,8 @@ menu "Bedside clock settings"
|
|||||||
string "PSK for default WiFi network"
|
string "PSK for default WiFi network"
|
||||||
default ""
|
default ""
|
||||||
config DEFAULT_TIMEZONE
|
config DEFAULT_TIMEZONE
|
||||||
string "Default timezone"
|
string "Default timezone (TZ format)"
|
||||||
default "Europe/London"
|
default "UTCUTC-1,M3.5.0/1,M10.5.0/2"
|
||||||
config DEFAULT_SNTP_SERVER
|
config DEFAULT_SNTP_SERVER
|
||||||
string "Default SNTP server domain"
|
string "Default SNTP server domain"
|
||||||
default "pool.ntp.org"
|
default "pool.ntp.org"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user