summaryrefslogtreecommitdiffstats
path: root/master/model-50-fix-time-offset.patch
blob: d3a3dc4b02d04548b5587f478628232f99711f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/dl_init_watch.c b/dl_init_watch.c
index 9e88500..d6a7408 100644
--- a/dl_init_watch.c
+++ b/dl_init_watch.c
@@ -86,7 +86,7 @@ WatchInfoPtr dl_init_watch(int type)
 		result->max_wristapp_len = 0;
 		result->max_mel_len = 0;
 		result->pre_notification_time = 0;
-		result->time_adjust = 9;
+		result->time_adjust = 2;
 		break;
 	case DATALINK_70:
 		result->dl_device = type;