We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e283e commit b97266fCopy full SHA for b97266f
wled00/ntp.cpp
@@ -236,7 +236,7 @@ bool jsonTimezone(TimeChangeRule &dst, TimeChangeRule &std) {
236
}
237
238
else std.week = o["std"]["w"] | 0;
239
- if (o["dst"]["dow"].is<const char*>())
+ if (o["std"]["dow"].is<const char*>())
240
for (int i=0; i<7; i++) {
241
if (strncmp(dayShortStr(i+1), o["std"]["dow"].as<const char*>(), 3) == 0) {
242
std.dow = i+1;
0 commit comments