]> git.earman.xyz Git - sensor-watch.git/commitdiff
make pulsometer face use new EVENT_ALARM_LONG_UP
authorjoeycastillo <joeycastillo@utexas.edu>
Sat, 29 Oct 2022 23:09:16 +0000 (18:09 -0500)
committerjoeycastillo <joeycastillo@utexas.edu>
Sat, 29 Oct 2022 23:09:16 +0000 (18:09 -0500)
movement/watch_faces/complication/pulsometer_face.c

index 1d6f2086ed0814834ee1e44fde6662a95684c3a7..ea7aad5930dec7382f4b04d30c457131de3d90ec 100644 (file)
@@ -59,7 +59,7 @@ bool pulsometer_face_loop(movement_event_t event, movement_settings_t *settings,
             movement_request_tick_frequency(PULSOMETER_FACE_FREQUENCY);
             break;
         case EVENT_ALARM_BUTTON_UP:
-        case EVENT_ALARM_LONG_PRESS:
+        case EVENT_ALARM_LONG_UP:
             pulsometer_state->measuring = false;
             movement_request_tick_frequency(1);
             break;