From: Joey Castillo Date: Wed, 21 May 2025 04:15:19 +0000 (-0400) Subject: default firmware: put stopwatch before countdown X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=20a72b4590d8dc678826d7efa4effe702196912c;p=sensor-watch.git default firmware: put stopwatch before countdown --- diff --git a/movement_config.h b/movement_config.h index 6a960b8..b53bc31 100644 --- a/movement_config.h +++ b/movement_config.h @@ -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,