deep space firmware: show voyager 1 mission day

This commit is contained in:
Joey Castillo 2022-04-21 14:33:59 -04:00
parent 9c2b3b7c17
commit c78b8d4570

View File

@ -28,6 +28,7 @@
#include "movement_faces.h" #include "movement_faces.h"
// Preset Goldstone (GO), Madrid (MA), and Canberra (CA) time zones. // 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() { \ #define MOVEMENT_CUSTOM_BOOT_COMMANDS() { \
/* Standard Time */\ /* Standard Time */\
@ -40,6 +41,7 @@
watch_store_backup_data(0x1f0c0c, 4);\ watch_store_backup_data(0x1f0c0c, 4);\
watch_store_backup_data(0x020115, 5);\ watch_store_backup_data(0x020115, 5);\
watch_store_backup_data(0x110105, 6);\ watch_store_backup_data(0x110105, 6);\
watch_store_backup_data(0x0597b9, 2);\
} }
const watch_face_t watch_faces[] = { const watch_face_t watch_faces[] = {