]> git.earman.xyz Git - sensor-watch.git/commitdiff
what fresh hell was that?
authorjoeycastillo <joeycastillo@utexas.edu>
Fri, 10 Feb 2023 22:44:36 +0000 (16:44 -0600)
committerjoeycastillo <joeycastillo@utexas.edu>
Fri, 10 Feb 2023 22:44:36 +0000 (16:44 -0600)
movement/watch_faces/complication/countdown_face.c

index 958a5737351f71de36ef8b6435372dc6c60f1c17..aa23ddc6b23a05ef2946321789867579ba3ee83b 100644 (file)
@@ -225,7 +225,7 @@ bool countdown_face_loop(movement_event_t event, movement_settings_t *settings,
             abort_quick_ticks(state);
             movement_move_to_next_face();
             break;
-        case EVENT_LIGHT_BUTTON_DOWN:
+        case EVENT_LIGHT_BUTTON_UP:
             switch(state->mode) {
                 case cd_running:
                     movement_illuminate_led();