]> git.earman.xyz Git - sensor-watch.git/commitdiff
time set: disable quick ticks when resetting seconds
authorJoey Castillo <joeycastillo@utexas.edu>
Fri, 16 May 2025 13:09:14 +0000 (09:09 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Fri, 16 May 2025 13:09:14 +0000 (09:09 -0400)
watch-faces/settings/set_time_face.c

index 5edae2bf5c64c87678bf59fe9ab13a69d95302ea..1bcf21239db3c12a54f6f3355445777959dab81a 100644 (file)
@@ -98,7 +98,7 @@ bool set_time_face_loop(movement_event_t event, void *context) {
             }
             break;
         case EVENT_ALARM_LONG_PRESS:
-            if (current_page != 2) {
+            if (current_page != 6) {
                 _quick_ticks_running = true;
                 movement_request_tick_frequency(8);
             }