From: Joey Castillo Date: Sun, 16 Jan 2022 00:35:47 +0000 (-0500) Subject: sunrise/sunset face: no need to update this every second X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=010bb3be95ce67842f059aee1da11ece70641c3f;p=sensor-watch.git sunrise/sunset face: no need to update this every second --- diff --git a/movement/watch_faces/complications/sunrise_sunset_face.c b/movement/watch_faces/complications/sunrise_sunset_face.c index 035fd2c..bb7323e 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();