]> git.earman.xyz Git - sensor-watch.git/commitdiff
current test setup for Pro
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Apr 2025 12:54:17 +0000 (08:54 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Apr 2025 12:54:17 +0000 (08:54 -0400)
Makefile
movement_config.h

index 9bf7ed44e71bcaed90a21b018d76e86dfb26c0bc..c66fa0ca6842b35fff8c5b3c13d8ac42f76c777c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,10 @@ BOARD=sensorwatch_pro
 
 # Sensor Watch will detect the display, unless you are debugging over USB.
 # If you need to force a specific display, set this to the type you want, CLASSIC or CUSTOM
-FORCE_DISPLAY_TYPE=CUSTOM
+FORCE_DISPLAY_TYPE=CUSTOM
 
 # Which sensor board?
-SENSOR=NONE
+SENSOR=MOTION
 
 # Support USB features?
 TINYUSB_CDC=1
index 4a8ccd48363b8f384d3048ef4c4164c85644cbed..b738423818a9e5888dda76e5089158182985e0c6 100644 (file)
@@ -34,7 +34,9 @@ const watch_face_t watch_faces[] = {
     moon_phase_face,
     countdown_face,
     stopwatch_face,
+    activity_logging_face,
     voltage_face,
+    days_since_face,
     preferences_face,
     set_time_face,
 };
@@ -47,7 +49,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 - 3)
+#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