diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-21 14:33:59 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-21 14:33:59 -0400 |
commit | c78b8d4570436fbbad3be66ec5801736dc462895 (patch) | |
tree | 6efe422407248cba2b833169dc9f3f8f82bdf15f /movement/alt_fw | |
parent | 9c2b3b7c175f87bf5af5746a5ba0ecd8c4089293 (diff) | |
download | Sensor-Watch-c78b8d4570436fbbad3be66ec5801736dc462895.tar.gz Sensor-Watch-c78b8d4570436fbbad3be66ec5801736dc462895.tar.bz2 Sensor-Watch-c78b8d4570436fbbad3be66ec5801736dc462895.zip |
deep space firmware: show voyager 1 mission day
Diffstat (limited to 'movement/alt_fw')
-rw-r--r-- | movement/alt_fw/deep_space_now.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/alt_fw/deep_space_now.h b/movement/alt_fw/deep_space_now.h index 4cd97578..f07fe2cb 100644 --- a/movement/alt_fw/deep_space_now.h +++ b/movement/alt_fw/deep_space_now.h @@ -28,6 +28,7 @@ #include "movement_faces.h" // Preset Goldstone (GO), Madrid (MA), and Canberra (CA) time zones. +// Also prepopulate the Day One register with Voyager 1's launch (September 5, 1977) #define MOVEMENT_CUSTOM_BOOT_COMMANDS() { \ /* Standard Time */\ @@ -40,6 +41,7 @@ watch_store_backup_data(0x1f0c0c, 4);\ watch_store_backup_data(0x020115, 5);\ watch_store_backup_data(0x110105, 6);\ + watch_store_backup_data(0x0597b9, 2);\ } const watch_face_t watch_faces[] = { |