From 20a72b4590d8dc678826d7efa4effe702196912c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 21 May 2025 00:15:19 -0400 Subject: [PATCH] default firmware: put stopwatch before countdown --- movement_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement_config.h b/movement_config.h index 6a960b82..b53bc312 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,