commit
d9264aadf3
@ -22,7 +22,7 @@ NTPClient timeClient(ntpUDP);
|
|||||||
|
|
||||||
// You can specify the time server pool and the offset, (in seconds)
|
// You can specify the time server pool and the offset, (in seconds)
|
||||||
// additionaly you can specify the update interval (in milliseconds).
|
// additionaly you can specify the update interval (in milliseconds).
|
||||||
// NTPClient timeClient("europe.pool.ntp.org", 3600, 60000);
|
// NTPClient timeClient(ntpUDP, "europe.pool.ntp.org", 3600, 60000);
|
||||||
|
|
||||||
void setup(){
|
void setup(){
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
|
Loading…
Reference in New Issue
Block a user