diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-06 14:56:18 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-06 14:56:18 -0400 |
commit | 4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf (patch) | |
tree | 2baca9564649801aef3be5dc4600284900d528d6 /movement/movement_config.h | |
parent | 2cba47996ed08c83b7c9b2ba521b68fb8a62f666 (diff) | |
parent | 1ec1f2e4207405d55c34c936e2c458cb4a7e8806 (diff) | |
download | Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.gz Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.bz2 Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clock
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index e68fcc9a..94456776 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -29,8 +29,10 @@ const watch_face_t watch_faces[] = { simple_clock_face, - beats_face, - voltage_face, + world_clock_face, + sunrise_sunset_face, + moon_phase_face, + thermistor_readout_face, preferences_face, set_time_face, }; |