We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97266f commit 40ad378Copy full SHA for 40ad378
1 file changed
wled00/ntp.cpp
@@ -229,7 +229,7 @@ bool jsonTimezone(TimeChangeRule &dst, TimeChangeRule &std) {
229
dst.offset = o["dst"]["off"] | 0;
230
231
if (o["std"]["w"].is<const char*>())
232
- for (int i=0; i<4; i++) {
+ for (int i=0; i<5; i++) {
233
if (strncmp(weekShortStr(i), o["std"]["w"].as<const char*>(), 3) == 0) {
234
std.week = i;
235
break;
0 commit comments