summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-11-06 23:52:00 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-11-06 23:52:00 -0400
commit0f03257ee9ef46ac61e20f7201e2c50dedff01b2 (patch)
treeefb1d09dc3abaaa8211d130c3c068e14cb8ca4c2 /movement/make
parent88f41b12fc99542e2ace7b63651971e5907cfd1d (diff)
downloadSensor-Watch-0f03257ee9ef46ac61e20f7201e2c50dedff01b2.tar.gz
Sensor-Watch-0f03257ee9ef46ac61e20f7201e2c50dedff01b2.tar.bz2
Sensor-Watch-0f03257ee9ef46ac61e20f7201e2c50dedff01b2.zip
movement: add voltage monitor watch face
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index a937222b..89e3161a 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -33,6 +33,7 @@ SRCS += \
../watch_faces/thermistor/thermistor_readout_face.c \
../watch_faces/thermistor/thermistor_logging_face.c \
../watch_faces/demos/character_set_face.c \
+ ../watch_faces/demos/voltage_face.c \
../watch_faces/complications/beats_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.