From 010bb3be95ce67842f059aee1da11ece70641c3f Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 15 Jan 2022 19:35:47 -0500 Subject: sunrise/sunset face: no need to update this every second --- movement/watch_faces/complications/sunrise_sunset_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'movement') diff --git a/movement/watch_faces/complications/sunrise_sunset_face.c b/movement/watch_faces/complications/sunrise_sunset_face.c index 035fd2cf..bb7323ec 100644 --- a/movement/watch_faces/complications/sunrise_sunset_face.c +++ b/movement/watch_faces/complications/sunrise_sunset_face.c @@ -114,10 +114,10 @@ bool sunrise_sunset_face_loop(movement_event_t event, movement_settings_t *setti switch (event.event_type) { case EVENT_ACTIVATE: + _sunrise_sunset_face_update(); break; case EVENT_LOW_ENERGY_UPDATE: case EVENT_TICK: - _sunrise_sunset_face_update(); break; case EVENT_MODE_BUTTON_UP: movement_move_to_next_face(); -- cgit v1.2.3