summaryrefslogtreecommitdiffstats
path: root/movement
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-08-25 14:24:12 -0400
committerjoeycastillo <joeycastillo@utexas.edu>2023-08-25 15:44:33 -0400
commitd323b7991622202d3258ee2dc1359034df7bbce8 (patch)
treeba1c3394ebdd0cb5d446aa96168f7657aa9ecbc7 /movement
parente38f3bbec9fb2918714713d1a6da77421156aa1f (diff)
downloadSensor-Watch-d323b7991622202d3258ee2dc1359034df7bbce8.tar.gz
Sensor-Watch-d323b7991622202d3258ee2dc1359034df7bbce8.tar.bz2
Sensor-Watch-d323b7991622202d3258ee2dc1359034df7bbce8.zip
new default firmware
Diffstat (limited to 'movement')
-rw-r--r--movement/movement_config.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h
index 16273983..1bd15133 100644
--- a/movement/movement_config.h
+++ b/movement/movement_config.h
@@ -33,19 +33,21 @@ const watch_face_t watch_faces[] = {
sunrise_sunset_face,
moon_phase_face,
stopwatch_face,
- thermistor_readout_face,
preferences_face,
set_time_face,
+ thermistor_readout_face,
+ voltage_face
};
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
-/* Determines what face to go to from the first face if you've already set
- * a mode long press to go to the first face in preferences, and
- * excludes these faces from the normal rotation.
- * Usually it makes sense to set this to the preferences face.
+/* Determines what face to go to from the first face on long press of the Mode button.
+ * Also excludes these faces from the normal rotation.
+ * In the default firmware, this lets you access temperature and battery voltage with a long press of Mode.
+ * 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 0 // or (MOVEMENT_NUM_FACES - 2)
+#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 2) // or (0)
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options */
#define SIGNAL_TUNE_DEFAULT