NTPClient.getTimeValid is now .isTimeSet.
This commit is contained in:
parent
f7fc459095
commit
d9212189c1
@ -24,7 +24,7 @@ void ClockEffect::loop(boolean invert, CRGB fg_color, CRGB bg_color) {
|
|||||||
}
|
}
|
||||||
fg_color = bg_color;
|
fg_color = bg_color;
|
||||||
}
|
}
|
||||||
if (ntpClient.getTimeValid()==false && (ntpClient.getSeconds() & 1)==0) {
|
if (ntpClient.isTimeSet()==false && (ntpClient.getSeconds() & 1)==0) {
|
||||||
clear(window, bg_color);
|
clear(window, bg_color);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user