]> git.earman.xyz Git - sensor-watch.git/commitdiff
default firmware: put stopwatch before countdown
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 21 May 2025 04:15:19 +0000 (00:15 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 21 May 2025 04:15:19 +0000 (00:15 -0400)
movement_config.h

index 6a960b827e5a8c63efb6d6943b6d797a07c28151..b53bc312a0d1069adaaaef89ff111323824bb61b 100644 (file)
@@ -32,8 +32,8 @@ const watch_face_t watch_faces[] = {
     world_clock_face,
     sunrise_sunset_face,
     moon_phase_face,
-    countdown_face,
     stopwatch_face,
+    countdown_face,
     voltage_face,
     temperature_display_face,
     settings_face,