Adding nautical twilights as well
This commit is contained in:
@@ -52,7 +52,6 @@ typedef struct {
|
||||
uint8_t rise_index;
|
||||
uint8_t active_digit;
|
||||
bool location_changed;
|
||||
watch_date_time rise_set_expires;
|
||||
sunrise_sunset_alt_lat_lon_settings_t working_latitude;
|
||||
sunrise_sunset_alt_lat_lon_settings_t working_longitude;
|
||||
uint8_t longLatToUse;
|
||||
@@ -87,7 +86,7 @@ typedef struct {
|
||||
static const alt_long_lat_presets_t alt_longLatPresets[] =
|
||||
{
|
||||
{ .name = " "}, // Default, the long and lat get replaced by what's set in the watch
|
||||
// { .name = "dc", .latitude = 3883, .longitude = -7711 }, // Alexandria, VA
|
||||
{ .name = "dc", .latitude = 3883, .longitude = -7711 }, // Alexandria, VA
|
||||
// { .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
|
||||
|
||||
Reference in New Issue
Block a user