]> git.earman.xyz Git - sensor-watch.git/commitdiff
new watch face order for pro
authorJoey Castillo <joeycastillo@utexas.edu>
Tue, 13 May 2025 22:23:03 +0000 (18:23 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Tue, 13 May 2025 22:23:03 +0000 (18:23 -0400)
movement_config.h

index 6a63fc6fb5857e53c80274f7e7036a6be01a9b51..a9277fd6fced5cd008bc832749f51390afaf46af 100644 (file)
@@ -34,12 +34,10 @@ const watch_face_t watch_faces[] = {
     moon_phase_face,
     countdown_face,
     stopwatch_face,
-    activity_logging_face,
-    voltage_face,
-    days_since_face,
-    accel_interrupt_count_face,
     settings_face,
     set_time_face,
+    temperature_display_face,
+    voltage_face
 };
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
@@ -50,7 +48,7 @@ const watch_face_t watch_faces[] = {
  * Some folks also like to use this to hide the preferences and time set faces from the normal rotation.
  * If you don't want any faces to be excluded, set this to 0 and a long Mode press will have no effect.
  */
-#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 5)
+#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 4)
 
 /* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */
 #define SIGNAL_TUNE_DEFAULT