summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2022-11-27 09:57:25 -0600
committerjoeycastillo <joeycastillo@utexas.edu>2022-11-27 09:57:25 -0600
commit5de8a11968293e1d5a76f7f4f300e6d51446eb7f (patch)
tree20c1eeb9d564bcf17e04e991908fb540e24a14f0
parent852099e1abeb4886eaa87da71a6735175084c4d5 (diff)
downloadSensor-Watch-5de8a11968293e1d5a76f7f4f300e6d51446eb7f.tar.gz
Sensor-Watch-5de8a11968293e1d5a76f7f4f300e6d51446eb7f.tar.bz2
Sensor-Watch-5de8a11968293e1d5a76f7f4f300e6d51446eb7f.zip
replace temperature sensor with stopwatch
-rw-r--r--movement/movement_config.h2
1 files changed, 1 insertions, 1 deletions
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,
};