From 332ac66517f4d1787164a578ef5aaa0fa99ef1e4 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sun, 7 Apr 2019 16:57:52 +0200 Subject: [PATCH] time sync fixup time --- include/timesync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/timesync.h b/include/timesync.h index 81ef723b..94ec86bb 100644 --- a/include/timesync.h +++ b/include/timesync.h @@ -8,7 +8,7 @@ //#define TIME_SYNC_TRIGGER 100 // threshold for time sync [milliseconds] #define TIME_SYNC_FRAME_LENGTH 0x05 // timeserver answer frame length [bytes] -#define TIME_SYNC_FIXUP 6 // calibration to fixup processing time [milliseconds] +#define TIME_SYNC_FIXUP 4 // calibration to fixup processing time [milliseconds] void timesync_init(void); void send_timesync_req(void);