From: Joey Castillo Date: Thu, 21 Apr 2022 18:33:59 +0000 (-0400) Subject: deep space firmware: show voyager 1 mission day X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=c78b8d4570436fbbad3be66ec5801736dc462895;p=sensor-watch.git deep space firmware: show voyager 1 mission day --- diff --git a/movement/alt_fw/deep_space_now.h b/movement/alt_fw/deep_space_now.h index 4cd9757..f07fe2c 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[] = {