-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Hello
When I check if the Arduino success to update the date, if I disconnect the cable, isTimeSet() does not return false
void loop(){
timeClient.update();
if (timeClient.isTimeSet())
{
Serial.println("Updated");
}
else
{
Serial.println("Not updated");
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project