You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So neither the Epoch nor the last Serial1.println get transmitted over Serial.
The code is just a minimal example of something that works around another problem where another library is overwriting the wakeup interrupt handler with a wrong one.
The text was updated successfully, but these errors were encountered:
I tested the following code on an MKR 1310:
The first
Serial1.println
works and I get the message. But then reading the Epoch just results in an Endless Loop right here: https://github.com/arduino-libraries/RTCZero/blob/master/src/RTCZero.cpp#L488So neither the Epoch nor the last Serial1.println get transmitted over Serial.
The code is just a minimal example of something that works around another problem where another library is overwriting the wakeup interrupt handler with a wrong one.
The text was updated successfully, but these errors were encountered: