summaryrefslogtreecommitdiffstats
path: root/master/model-150-fix-time-offset.patch
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-07-19 10:40:47 +0100
committerYour Name <you@example.com>2019-07-19 10:40:47 +0100
commitac208cebce94bc28d7e9382d531bad57992e899e (patch)
tree621ad7ee14795d197f236414bf487392b83f0b7d /master/model-150-fix-time-offset.patch
parent35c4b69542a6dcc3b48462e6682848d0c37ff5a2 (diff)
downloaddatalink-pq-ac208cebce94bc28d7e9382d531bad57992e899e.tar.gz
datalink-pq-ac208cebce94bc28d7e9382d531bad57992e899e.tar.bz2
datalink-pq-ac208cebce94bc28d7e9382d531bad57992e899e.zip
Diffstat (limited to 'master/model-150-fix-time-offset.patch')
-rw-r--r--master/model-150-fix-time-offset.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/master/model-150-fix-time-offset.patch b/master/model-150-fix-time-offset.patch
new file mode 100644
index 0000000..741c891
--- /dev/null
+++ b/master/model-150-fix-time-offset.patch
@@ -0,0 +1,13 @@
+diff --git a/dl_init_watch.c b/dl_init_watch.c
+index d6a7408..cb276c7 100644
+--- a/dl_init_watch.c
++++ b/dl_init_watch.c
+@@ -139,7 +139,7 @@ WatchInfoPtr dl_init_watch(int type)
+ result->max_wristapp_len = 742;
+ result->max_mel_len = 64;
+ result->pre_notification_time = 0;
+- result->time_adjust = 9;
++ result->time_adjust = 3;
+ break;
+ case DATALINK_IRONMAN:
+ result->dl_device = type;