Skip to content

Commit 0cae64a

Browse files
committed
Missed out a required define from the original commit
1 parent 9a35813 commit 0cae64a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: NTPClient.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ bool NTPClient::forceUpdate() {
8989
return true;
9090
}
9191

92+
#define REQUEST_TIMEOUT 1000UL
93+
9294
bool NTPClient::update() {
9395
int now = millis();
9496

0 commit comments

Comments
 (0)