CI fix for WiFiUdpNtpClient example

This commit is contained in:
Phillip Burgess 2022-11-03 10:24:18 -07:00
parent 9985f0151a
commit 532e844e76

View file

@ -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);