]> git.earman.xyz Git - sensor-watch.git/commitdiff
add fast_stopwatch_face to default, and remove rtccount_face
authorAlessandro Genova <ales.genova@gmail.com>
Sun, 19 Oct 2025 02:53:12 +0000 (22:53 -0400)
committerAlessandro Genova <ales.genova@gmail.com>
Sat, 3 Jan 2026 01:07:56 +0000 (20:07 -0500)
movement_config.h

index a20cd3c2b892965c84e66cd0facb563ffbf38544..2f48d8fdf20a8df578e4886d96903c027bdf4bf7 100644 (file)
@@ -32,14 +32,13 @@ const watch_face_t watch_faces[] = {
     world_clock_face,
     sunrise_sunset_face,
     moon_phase_face,
-    stopwatch_face,
+    fast_stopwatch_face,
     countdown_face,
     alarm_face,
     temperature_display_face,
     voltage_face,
     settings_face,
     set_time_face,
-    rtccount_face,
 };
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))