Merge pull request #38 from davidskeck/patch-2
Simple Clock: Update to signal exactly on the hour
This commit is contained in:
commit
a499cebc3c
@ -143,5 +143,5 @@ bool simple_clock_face_wants_background_task(movement_settings_t *settings, void
|
|||||||
|
|
||||||
watch_date_time date_time = watch_rtc_get_date_time();
|
watch_date_time date_time = watch_rtc_get_date_time();
|
||||||
|
|
||||||
return date_time.unit.minute == 59;
|
return date_time.unit.minute == 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user