Missed out a required define from the original commit
This commit is contained in:
parent
9a358138fd
commit
0cae64a29e
@ -89,6 +89,8 @@ bool NTPClient::forceUpdate() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define REQUEST_TIMEOUT 1000UL
|
||||||
|
|
||||||
bool NTPClient::update() {
|
bool NTPClient::update() {
|
||||||
int now = millis();
|
int now = millis();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user