We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affe137 commit ea16380Copy full SHA for ea16380
1 file changed
examples/AlarmTimedWakeup/AlarmTimedWakeup.ino
@@ -81,10 +81,6 @@ void alarmMatch(void* data)
81
82
if (data != NULL) {
83
_millis = *(uint32_t*)data;
84
- // Minimum is 1 second
85
- if (sec == 0) {
86
- sec = 1;
87
- }
88
}
89
90
sec = _millis / 1000;
0 commit comments