diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-08-17 14:25:33 -0400 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-08-17 14:35:51 -0400 |
commit | fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3 (patch) | |
tree | d2df4d4fe41d0f2d7f31fb3c853f32b291d2e874 /movement/movement_config.h | |
parent | 15eeca6b599cd007de6aedf96628e3f169eacdc2 (diff) | |
download | Sensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.tar.gz Sensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.tar.bz2 Sensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.zip |
add sensor watch lite
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index b1410a8b..16273983 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -33,6 +33,7 @@ const watch_face_t watch_faces[] = { sunrise_sunset_face, moon_phase_face, stopwatch_face, + thermistor_readout_face, preferences_face, set_time_face, }; |