From 27f699af80df5948400ff4ddc5bd34f2b7a75914 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 23 Oct 2021 16:23:36 -0400 Subject: WIP: thermistor data logger --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make/Makefile') diff --git a/movement/make/Makefile b/movement/make/Makefile index b65d1a47..aae21d22 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -31,6 +31,7 @@ SRCS += \ ../watch_faces/complications/pulsometer_face.c \ ../watch_faces/thermistor/thermistor_driver.c \ ../watch_faces/thermistor/thermistor_readout_face.c \ + ../watch_faces/thermistor/thermistor_logging_face.c \ ../watch_faces/demos/character_set_face.c \ # Leave this line at the bottom of the file; it has all the targets for making your project. -- cgit v1.2.3