]> git.earman.xyz Git - sensor-watch.git/commitdiff
restore default watch faces (oops)
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 10 Oct 2022 03:54:26 +0000 (22:54 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 10 Oct 2022 03:54:36 +0000 (22:54 -0500)
movement/movement_config.h

index 75f83f7beffb88017837159dcee3e697a9be57ee..944567764aff8a295d87b6c751526b87b52a3bec 100644 (file)
 #include "movement_faces.h"
 
 const watch_face_t watch_faces[] = {
-    frequency_correction_face,
+    simple_clock_face,
+    world_clock_face,
+    sunrise_sunset_face,
+    moon_phase_face,
+    thermistor_readout_face,
+    preferences_face,
+    set_time_face,
 };
 
 #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))