Commit c481302
committed
bug fix in setAlarmEpoch.
The function setAlarmDate was not called correctly in the function setAlarmEpoch.
It was called with the arguments (year, month, day) instead of (day, month, year).
This following masks work properly now:
* MATCH_DHHMMSS
* MATCH_MMDDHHMMSS
* MATCH_YYMMDDHHMMSS1 parent b603153 commit c481302
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments