]> git.earman.xyz Git - sensor-watch.git/commitdiff
swap temperature and battery in default firmware
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 26 May 2025 14:50:07 +0000 (10:50 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 26 May 2025 14:50:07 +0000 (10:50 -0400)
movement_config.h

index e7de1cc75f4d37149036eb7483c655ace4377b5b..0da8da43ed09ba5f6f82a563ccc765fc1978ab87 100644 (file)
@@ -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
 };