pulsometer: reset tick in resign function
This commit is contained in:
@@ -84,4 +84,5 @@ bool pulsometer_face_loop(movement_event_t event, movement_settings_t *settings,
|
|||||||
void pulsometer_face_resign(movement_settings_t *settings, void *context) {
|
void pulsometer_face_resign(movement_settings_t *settings, void *context) {
|
||||||
(void) settings;
|
(void) settings;
|
||||||
(void) context;
|
(void) context;
|
||||||
|
movement_request_tick_frequency(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user