Skip to content

Commit

Permalink
CI fix for WiFiUdpNtpClient example
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed Nov 3, 2022
1 parent 9985f01 commit 532e844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/WiFiUdpNtpClient/WiFiUdpNtpClient.ino
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void loop() {
}

// send an NTP request to the time server at the given address
unsigned long sendNTPpacket(IPAddress& address) {
void sendNTPpacket(IPAddress& address) {
//Serial.println("1");
// set all bytes in the buffer to 0
memset(packetBuffer, 0, NTP_PACKET_SIZE);
Expand Down

0 comments on commit 532e844

Please sign in to comment.