diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-05 13:54:02 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-05 13:54:02 -0500 |
commit | f4bfe45b7c33ff1c286f7d2d80203ea332caa118 (patch) | |
tree | bfccde967951e0a0b66290eaca9a21d6bc6db094 /movement/watch_faces | |
parent | 3d7a21e3c390992c963cb52b7eb77f2f6097285f (diff) | |
download | Sensor-Watch-f4bfe45b7c33ff1c286f7d2d80203ea332caa118.tar.gz Sensor-Watch-f4bfe45b7c33ff1c286f7d2d80203ea332caa118.tar.bz2 Sensor-Watch-f4bfe45b7c33ff1c286f7d2d80203ea332caa118.zip |
sunrise/sunset: remove test locations
Diffstat (limited to 'movement/watch_faces')
-rw-r--r-- | movement/watch_faces/complication/sunrise_sunset_face.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/movement/watch_faces/complication/sunrise_sunset_face.c b/movement/watch_faces/complication/sunrise_sunset_face.c index bb44f418..f3489ba4 100644 --- a/movement/watch_faces/complication/sunrise_sunset_face.c +++ b/movement/watch_faces/complication/sunrise_sunset_face.c @@ -39,22 +39,6 @@ static void _sunrise_sunset_face_update(movement_settings_t *settings, sunrise_s bool show_next_match = false; movement_location_t movement_location = (movement_location_t) watch_get_backup_data(1); - // some locations for testing, can remove eventually - // NYC - // movement_location.bit.latitude = 4073; movement_location.bit.longitude = -7393; - - // Seattle - // movement_location.bit.latitude = 4760; movement_location.bit.longitude = -12233; - - // Pago Pago - // movement_location.bit.latitude = -1428; movement_location.bit.longitude = -17070; - - // Fairbanks - // movement_location.bit.latitude = 6484; movement_location.bit.longitude = -14765; - - // Auckland - // movement_location.bit.latitude = -3685; movement_location.bit.longitude = 17478; - if (movement_location.reg == 0) { watch_display_string("RI no Loc", 0); return; |