From 979946da3ed44d340c2840a454148ec51ebe79d4 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 20 Jan 2017 17:37:03 -0600 Subject: ublox 8 is 50ms faster than ublox 7 --- recipes-support/ntp/files/ntp.conf.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-support/ntp') diff --git a/recipes-support/ntp/files/ntp.conf.patch b/recipes-support/ntp/files/ntp.conf.patch index 691d039..2fd26ef 100644 --- a/recipes-support/ntp/files/ntp.conf.patch +++ b/recipes-support/ntp/files/ntp.conf.patch @@ -35,9 +35,9 @@ diff -Naur old/ntp.conf new/ntp.conf +restrict -6 ::1 + +# GPS Serial data reference (NTP0) -+# This sets the GPS 80 milliseconds slower than the PPS. ++# This sets the GPS 50 milliseconds slower than the PPS. +server 127.127.28.0 -+fudge 127.127.28.0 time1 0.080 refid GPS ++fudge 127.127.28.0 time1 0.050 refid GPS + +# GPS PPS reference (NTP2) +server 127.127.28.2 prefer -- cgit v1.2.3