]> git.earman.xyz Git - sensor-watch.git/commitdiff
deep space firmware: show voyager 1 mission day
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 21 Apr 2022 18:33:59 +0000 (14:33 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 21 Apr 2022 18:33:59 +0000 (14:33 -0400)
movement/alt_fw/deep_space_now.h

index 4cd97578de973b31e71e0a0ab73f0c179e495b7b..f07fe2cba859ab5d5661b53d39ed8dddd431ed4c 100644 (file)
@@ -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[] = {