Hello everyone,
Trying to "debug" what was the error in a program I wrote which uses that library I realize that the time reported by that library suddently "jumped" after 1/2 hours running fine: e.g. it was running 1:01, 1:02, 1:03 ,... 1:34, 1:35, 18:42, 18:43.... (I do not know the date, I just tracked the time).
I had used that library in the past in very simple programs and it worked fine. After trying different things it seems that the problem is related with calling DateTime.available() too frequently (i.e. within a loop() without any delay). Does it make any sense?
Do you know of any bug or missuse of the library which could cause that problem? In such case, is it solved in the new Time library?
Thanks in advance,