Modified NTP Server
This commit is contained in:
parent
361cbc2bf8
commit
f01a70fb9f
@ -14,7 +14,7 @@ DFRobotDFPlayerMini myDFPlayer;
|
|||||||
unsigned long last = 0;
|
unsigned long last = 0;
|
||||||
unsigned long last_play = 0;
|
unsigned long last_play = 0;
|
||||||
|
|
||||||
NTPClient timeClient(ntpUDP, "ntp.ghink.net", 8*3600, 60000);
|
NTPClient timeClient(ntpUDP, "ntp.gh.ink", 8*3600, 60000);
|
||||||
|
|
||||||
void setup(){
|
void setup(){
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
|
Loading…
Reference in New Issue
Block a user