From b88cd0cd7e058679960adaf89818ed755f6e71a3 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 21 Oct 2021 11:02:44 -0400 Subject: movement: add thermistor readout face --- movement/movement_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/movement_config.h') diff --git a/movement/movement_config.h b/movement/movement_config.h index 6a7aec5a..92539a3f 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -5,6 +5,7 @@ #include "preferences_face.h" #include "set_time_face.h" #include "pulsometer_face.h" +#include "thermistor_readout_face.h" const watch_face_t watch_faces[] = { simple_clock_face, -- cgit v1.2.3