We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dbc9ef + 790606a commit 54b35a7Copy full SHA for 54b35a7
hardware/esp8266com/esp8266/libraries/ESP8266WiFi/examples/NTPClient/NTPClient.ino
@@ -72,7 +72,7 @@ void loop()
72
//get a random server from the pool
73
WiFi.hostByName(ntpServerName, timeServerIP);
74
75
- sendNTPpacket(timeServer); // send an NTP packet to a time server
+ sendNTPpacket(timeServerIP); // send an NTP packet to a time server
76
// wait to see if a reply is available
77
delay(1000);
78
0 commit comments