CI fix for WiFiUdpNtpClient example
This commit is contained in:
parent
9985f0151a
commit
532e844e76
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue