diff --git a/NTPClient.cpp b/NTPClient.cpp index 1f6dcaa..d4fb3ed 100755 --- a/NTPClient.cpp +++ b/NTPClient.cpp @@ -89,6 +89,8 @@ bool NTPClient::forceUpdate() { return true; } +#define REQUEST_TIMEOUT 1000UL + bool NTPClient::update() { int now = millis();