sunrise/sunset: deal with timezones, other improvements

This commit is contained in:
Joey Castillo
2022-01-31 21:22:48 -08:00
parent 518a9aa919
commit 658739c880
2 changed files with 78 additions and 29 deletions

View File

@@ -41,6 +41,7 @@ typedef struct {
typedef struct {
uint8_t page;
uint8_t rise_index;
uint8_t active_digit;
bool location_changed;
sunrise_sunset_lat_lon_settings_t working_latitude;