From: Alessandro Genova Date: Sun, 19 Oct 2025 02:53:12 +0000 (-0400) Subject: add fast_stopwatch_face to default, and remove rtccount_face X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=dc6aebb4f8b5edf0dcb88edff64ab35c789ba7ad;p=sensor-watch.git add fast_stopwatch_face to default, and remove rtccount_face --- diff --git a/movement_config.h b/movement_config.h index a20cd3c..2f48d8f 100644 --- a/movement_config.h +++ b/movement_config.h @@ -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))