Skip to content

Commit

Permalink
Revert "Added timezoen to sunrise sunset face"
Browse files Browse the repository at this point in the history
This reverts commit 7527b51.
  • Loading branch information
voloved committed Oct 26, 2024
1 parent 7527b51 commit c79fc94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions watch-faces/complication/sunrise_sunset_face.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,14 @@ typedef struct {
char name[2];
int16_t latitude;
int16_t longitude;
uint8_t timezone;
} long_lat_presets_t;

static const long_lat_presets_t longLatPresets[] =
{
{ .name = " "}, // Default, the long and lat get replaced by what's set in the watch
// { .name = "Ny", .latitude = 4072, .longitude = -7401, .timezone = UTZ_NEW_YORK }, // New York City, NY
// { .name = "LA", .latitude = 3405, .longitude = -11824, .timezone = UTZ_LOS_ANGELES }, // Los Angeles, CA
// { .name = "dE", .latitude = 4221, .longitude = -8305, .timezone = UTZ_NEW_YORK }, // Detroit, MI
// { .name = "Ny", .latitude = 4072, .longitude = -7401 }, // New York City, NY
// { .name = "LA", .latitude = 3405, .longitude = -11824 }, // Los Angeles, CA
// { .name = "dE", .latitude = 4221, .longitude = -8305 }, // Detroit, MI
};

#endif // SUNRISE_SUNSET_FACE_H_

0 comments on commit c79fc94

Please sign in to comment.