diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2022-11-28 11:44:12 -0600 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2022-11-28 11:44:12 -0600 |
commit | ef87f44572ea204404dbcc5509fdc1f057d79026 (patch) | |
tree | f9dea6e531d35cb8f8083c27608d494163d45933 /movement | |
parent | 59260c25de8a68e6cfe77e554d23c29fcbae761d (diff) | |
download | Sensor-Watch-ef87f44572ea204404dbcc5509fdc1f057d79026.tar.gz Sensor-Watch-ef87f44572ea204404dbcc5509fdc1f057d79026.tar.bz2 Sensor-Watch-ef87f44572ea204404dbcc5509fdc1f057d79026.zip |
deep space now: use standard time
Diffstat (limited to 'movement')
-rw-r--r-- | movement/alt_fw/deep_space_now.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/movement/alt_fw/deep_space_now.h b/movement/alt_fw/deep_space_now.h index f07fe2cb..6cb34237 100644 --- a/movement/alt_fw/deep_space_now.h +++ b/movement/alt_fw/deep_space_now.h @@ -32,15 +32,15 @@ #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);\ } |