From fa0a424857fc3cdda56057f9e0201eaa30044489 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Fri, 1 Apr 2022 15:43:19 -0400 Subject: thermistor readout: fix change in units when waking from sleep --- movement/watch_faces/sensor/thermistor_readout_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/watch_faces/sensor/thermistor_readout_face.c b/movement/watch_faces/sensor/thermistor_readout_face.c index b97c8432..28106022 100644 --- a/movement/watch_faces/sensor/thermistor_readout_face.c +++ b/movement/watch_faces/sensor/thermistor_readout_face.c @@ -63,7 +63,7 @@ bool thermistor_readout_face_loop(movement_event_t event, movement_settings_t *s case EVENT_LIGHT_BUTTON_DOWN: movement_illuminate_led(); break; - case EVENT_ALARM_BUTTON_UP: + case EVENT_ALARM_BUTTON_DOWN: settings->bit.use_imperial_units = !settings->bit.use_imperial_units; _thermistor_readout_face_update_display(settings->bit.use_imperial_units); break; -- cgit v1.2.3