diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-11-06 23:52:00 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-11-06 23:52:00 -0400 |
commit | 0f03257ee9ef46ac61e20f7201e2c50dedff01b2 (patch) | |
tree | efb1d09dc3abaaa8211d130c3c068e14cb8ca4c2 /movement/movement_config.h | |
parent | 88f41b12fc99542e2ace7b63651971e5907cfd1d (diff) | |
download | Sensor-Watch-0f03257ee9ef46ac61e20f7201e2c50dedff01b2.tar.gz Sensor-Watch-0f03257ee9ef46ac61e20f7201e2c50dedff01b2.tar.bz2 Sensor-Watch-0f03257ee9ef46ac61e20f7201e2c50dedff01b2.zip |
movement: add voltage monitor watch face
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 3e911477..9629a570 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -9,6 +9,7 @@ #include "thermistor_logging_face.h" #include "character_set_face.h" #include "beats_face.h" +#include "voltage_face.h" const watch_face_t watch_faces[] = { simple_clock_face, |