]> git.earman.xyz Git - sensor-watch.git/commitdiff
rearrange default watch faces
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 15 May 2025 12:43:30 +0000 (08:43 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 15 May 2025 12:43:30 +0000 (08:43 -0400)
movement_config.h

index a9277fd6fced5cd008bc832749f51390afaf46af..f092dab2fd8f4ed869939f3f89a5458afbf2aca1 100644 (file)
@@ -34,10 +34,10 @@ const watch_face_t watch_faces[] = {
     moon_phase_face,
     countdown_face,
     stopwatch_face,
-    settings_face,
-    set_time_face,
     temperature_display_face,
-    voltage_face
+    voltage_face,
+    settings_face,
+    set_time_face
 };
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))