deep space now: use standard time
This commit is contained in:
parent
59260c25de
commit
ef87f44572
@ -32,15 +32,15 @@
|
|||||||
|
|
||||||
#define MOVEMENT_CUSTOM_BOOT_COMMANDS() { \
|
#define MOVEMENT_CUSTOM_BOOT_COMMANDS() { \
|
||||||
/* Standard Time */\
|
/* Standard Time */\
|
||||||
/*\
|
|
||||||
watch_store_backup_data(0x1e0c0c, 4);\
|
watch_store_backup_data(0x1e0c0c, 4);\
|
||||||
watch_store_backup_data(0x010115, 5);\
|
watch_store_backup_data(0x010115, 5);\
|
||||||
watch_store_backup_data(0x130105, 6);\
|
watch_store_backup_data(0x130105, 6);\
|
||||||
*/\
|
|
||||||
/* Daylight Saving Time */\
|
/* Daylight Saving Time */\
|
||||||
|
/*\
|
||||||
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);\
|
watch_store_backup_data(0x0597b9, 2);\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user