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.
1 parent 886ecf3 commit d718a4aCopy full SHA for d718a4a
libraries/WiFi/examples/WiFiUdpNtpClient/WiFiUdpNtpClient.ino
@@ -77,7 +77,6 @@ void loop() {
77
sendNTPpacket(timeServer); // send an NTP packet to a time server
78
// wait to see if a reply is available
79
delay(1000);
80
- Serial.println(Udp.parsePacket());
81
if (Udp.parsePacket()) {
82
Serial.println("packet received");
83
// We've received a packet, read the data from it
0 commit comments