]> git.earman.xyz Git - sensor-watch.git/commitdiff
replace temperature sensor with stopwatch
authorjoeycastillo <joeycastillo@utexas.edu>
Sun, 27 Nov 2022 15:57:25 +0000 (09:57 -0600)
committerjoeycastillo <joeycastillo@utexas.edu>
Sun, 27 Nov 2022 15:57:25 +0000 (09:57 -0600)
movement/movement_config.h

index 19a501eacd8520e15be4cfedf51b38fdad98212b..9e446d4d62db09401fd82084490c4c345e5d2086 100644 (file)
@@ -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,
 };