diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-10-09 22:50:31 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-10-09 22:50:31 -0500 |
commit | 5bb058f5854c582c95e87ced5c5100f55e3408c7 (patch) | |
tree | 23984f46994c1229efb0b2530f0006d9d46616c2 /movement/movement_config.h | |
parent | 33dec21cf1cb0ebd340e8d42253611540ca29b7c (diff) | |
download | Sensor-Watch-5bb058f5854c582c95e87ced5c5100f55e3408c7.tar.gz Sensor-Watch-5bb058f5854c582c95e87ced5c5100f55e3408c7.tar.bz2 Sensor-Watch-5bb058f5854c582c95e87ced5c5100f55e3408c7.zip |
add watch face for frequency correction and measurement
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 94456776..75f83f7b 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -28,13 +28,7 @@ #include "movement_faces.h" const watch_face_t watch_faces[] = { - simple_clock_face, - world_clock_face, - sunrise_sunset_face, - moon_phase_face, - thermistor_readout_face, - preferences_face, - set_time_face, + frequency_correction_face, }; #define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t)) |