]> git.earman.xyz Git - sensor-watch.git/commitdiff
deep space now: use standard time
authorjoeycastillo <joeycastillo@utexas.edu>
Mon, 28 Nov 2022 17:44:12 +0000 (11:44 -0600)
committerjoeycastillo <joeycastillo@utexas.edu>
Mon, 28 Nov 2022 17:44:12 +0000 (11:44 -0600)
movement/alt_fw/deep_space_now.h

index f07fe2cba859ab5d5661b53d39ed8dddd431ed4c..6cb34237ebf7b20879b5150761b83390bbff7da5 100644 (file)
 
 #define MOVEMENT_CUSTOM_BOOT_COMMANDS() { \
     /* Standard Time */\
-    /*\
     watch_store_backup_data(0x1e0c0c, 4);\
     watch_store_backup_data(0x010115, 5);\
     watch_store_backup_data(0x130105, 6);\
-    */\
     /* Daylight Saving Time */\
+    /*\
     watch_store_backup_data(0x1f0c0c, 4);\
     watch_store_backup_data(0x020115, 5);\
     watch_store_backup_data(0x110105, 6);\
+    */\
     watch_store_backup_data(0x0597b9, 2);\
 }