From 5de8a11968293e1d5a76f7f4f300e6d51446eb7f Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 27 Nov 2022 09:57:25 -0600 Subject: [PATCH] replace temperature sensor with stopwatch --- movement/movement_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/movement_config.h b/movement/movement_config.h index 19a501ea..9e446d4d 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -32,7 +32,7 @@ const watch_face_t watch_faces[] = { world_clock_face, sunrise_sunset_face, moon_phase_face, - thermistor_readout_face, + stopwatch_face, preferences_face, set_time_face, };