]> git.earman.xyz Git - sensor-watch.git/commitdiff
movement: add two faces to default build
authorJoey Castillo <joeycastillo@utexas.edu>
Tue, 25 Jan 2022 20:53:18 +0000 (15:53 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Tue, 25 Jan 2022 20:53:18 +0000 (15:53 -0500)
movement/movement_config.h

index 16edf0a154f0113cb471f6f839f395e434da7f7e..782ddbbdef8264f3bdf6af0d5e7dd065d698bb1c 100644 (file)
@@ -47,6 +47,8 @@
 
 const watch_face_t watch_faces[] = {
     simple_clock_face,
+    beats_face,
+    voltage_face,
     preferences_face,
     set_time_face,
 };