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.
Hello
When I check if the Arduino success to update the date, if I disconnect the cable, isTimeSet() does not return false
isTimeSet()
void loop(){ timeClient.update(); if (timeClient.isTimeSet()) { Serial.println("Updated"); } else { Serial.println("Not updated"); } }