From 6ac2c130982a3332d546d892506a55496974ed51 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 26 May 2025 10:50:07 -0400 Subject: [PATCH] swap temperature and battery in default firmware --- movement_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement_config.h b/movement_config.h index e7de1cc7..0da8da43 100644 --- a/movement_config.h +++ b/movement_config.h @@ -35,8 +35,8 @@ const watch_face_t watch_faces[] = { stopwatch_face, countdown_face, alarm_face, - voltage_face, temperature_display_face, + voltage_face, settings_face, set_time_face };