Missed out a required define from the original commit

This commit is contained in:
Thomas Haggett 2020-01-28 21:36:45 +00:00
parent 9a358138fd
commit 0cae64a29e

View File

@ -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();