sunrise/sunset: update display after sunrise/sunset

This commit is contained in:
Joey Castillo
2022-02-05 15:13:50 -05:00
parent 7096435738
commit 74e47f9857
2 changed files with 24 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ typedef struct {
uint8_t rise_index;
uint8_t active_digit;
bool location_changed;
watch_date_time rise_set_expires;
sunrise_sunset_lat_lon_settings_t working_latitude;
sunrise_sunset_lat_lon_settings_t working_longitude;
} sunrise_sunset_state_t;