Fixed the tz that the world clock references

This commit is contained in:
David Volovskiy
2024-09-15 19:13:38 -04:00
parent 5ae88e438d
commit 1462d18376
4 changed files with 19 additions and 10 deletions

View File

@@ -105,6 +105,7 @@ typedef struct {
uint8_t current_zone;
uint32_t previous_date_time;
int16_t tz;
int16_t tz_curr;
} world_clock2_state_t;
void world_clock2_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void **context_ptr);