summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-15 19:35:47 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-15 19:35:47 -0500
commit010bb3be95ce67842f059aee1da11ece70641c3f (patch)
treede479cbf84e3bec3326cb6077a2177d1c1542e10 /movement/watch_faces
parent5fccc24c985f765d33245d07d911e547fa9be30e (diff)
downloadSensor-Watch-010bb3be95ce67842f059aee1da11ece70641c3f.tar.gz
Sensor-Watch-010bb3be95ce67842f059aee1da11ece70641c3f.tar.bz2
Sensor-Watch-010bb3be95ce67842f059aee1da11ece70641c3f.zip
sunrise/sunset face: no need to update this every second
Diffstat (limited to 'movement/watch_faces')
-rw-r--r--movement/watch_faces/complications/sunrise_sunset_face.c2
1 files changed, 1 insertions, 1 deletions
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();