From: Joey Castillo Date: Mon, 26 May 2025 14:50:07 +0000 (-0400) Subject: swap temperature and battery in default firmware X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=6ac2c130982a3332d546d892506a55496974ed51;p=sensor-watch.git swap temperature and battery in default firmware --- diff --git a/movement_config.h b/movement_config.h index e7de1cc..0da8da4 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 };