From 0cae64a29e67ae24c3fa39105c3f39cf15d254a8 Mon Sep 17 00:00:00 2001 From: Thomas Haggett Date: Tue, 28 Jan 2020 21:36:45 +0000 Subject: [PATCH] Missed out a required define from the original commit --- NTPClient.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();