Skip to content

Commit b97266f

Browse files
committed
C/P fix
1 parent 82e283e commit b97266f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/ntp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bool jsonTimezone(TimeChangeRule &dst, TimeChangeRule &std) {
236236
}
237237
}
238238
else std.week = o["std"]["w"] | 0;
239-
if (o["dst"]["dow"].is<const char*>())
239+
if (o["std"]["dow"].is<const char*>())
240240
for (int i=0; i<7; i++) {
241241
if (strncmp(dayShortStr(i+1), o["std"]["dow"].as<const char*>(), 3) == 0) {
242242
std.dow = i+1;

0 commit comments

Comments
 (0)