From: joeycastillo Date: Sun, 27 Nov 2022 15:57:25 +0000 (-0600) Subject: replace temperature sensor with stopwatch X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=5de8a11968293e1d5a76f7f4f300e6d51446eb7f;p=sensor-watch.git replace temperature sensor with stopwatch --- diff --git a/movement/movement_config.h b/movement/movement_config.h index 19a501e..9e446d4 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, };