diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-25 15:53:18 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-25 15:53:18 -0500 |
commit | fcfb651c113f30d0884f431e8674878077044d03 (patch) | |
tree | 8bff85ecc0670731f11108194fbacd8c59ca0b93 | |
parent | 249bfc183c5d7c13d94ffecf5389a6b56a2d735d (diff) | |
download | Sensor-Watch-fcfb651c113f30d0884f431e8674878077044d03.tar.gz Sensor-Watch-fcfb651c113f30d0884f431e8674878077044d03.tar.bz2 Sensor-Watch-fcfb651c113f30d0884f431e8674878077044d03.zip |
movement: add two faces to default build
-rw-r--r-- | movement/movement_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 16edf0a1..782ddbbd 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -47,6 +47,8 @@ const watch_face_t watch_faces[] = { simple_clock_face, + beats_face, + voltage_face, preferences_face, set_time_face, }; |