deep space now: use standard time

This commit is contained in:
joeycastillo 2022-11-28 11:44:12 -06:00
parent 59260c25de
commit ef87f44572

View file

@ -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);\
}