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.
2 parents 892594a + fa5c249 commit c1b24fbCopy full SHA for c1b24fb
src/samd/ArduinoLowPower.cpp
@@ -56,7 +56,7 @@ void ArduinoLowPowerClass::setAlarmIn(uint32_t millis) {
56
57
uint32_t now = rtc.getEpoch();
58
rtc.setAlarmEpoch(now + millis/1000);
59
- rtc.enableAlarm(rtc.MATCH_HHMMSS);
+ rtc.enableAlarm(rtc.MATCH_YYMMDDHHMMSS);
60
}
61
62
void ArduinoLowPowerClass::attachInterruptWakeup(uint32_t pin, voidFuncPtr callback, uint32_t mode) {
0 commit comments