1.2-dev
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# precision is how precise this is. not 1e-3 = 1 millisecond, so not very precision
|
# precision is how precise this is. not 1e-3 = 1 millisecond, so not very precision
|
||||||
# poll 0 means poll every 2^0 seconds = 1 second poll interval
|
# poll 0 means poll every 2^0 seconds = 1 second poll interval
|
||||||
# filter 3 means take the average/median (forget which) of the 3 most recent readings. NMEA can be jumpy so we're averaging here
|
# filter 3 means take the average/median (forget which) of the 3 most recent readings. NMEA can be jumpy so we're averaging here
|
||||||
refclock SHM 0 refid NMEA offset 0.000 precision 1e-3 poll 0 filter 3
|
refclock SHM 0 refid NMEA offset 0.000 precision 1e-6 poll 0 filter 3
|
||||||
|
|
||||||
# PPS refclock is PPS specific, with /dev/pps0 being the source
|
# PPS refclock is PPS specific, with /dev/pps0 being the source
|
||||||
# refid PPS means call it the PPS source
|
# refid PPS means call it the PPS source
|
||||||
@@ -22,7 +22,7 @@ refclock PPS /dev/pps0 refid PPS lock NMEA offset 0.0 poll 3 trust
|
|||||||
log tracking measurements statistics
|
log tracking measurements statistics
|
||||||
|
|
||||||
# Update RTC from system clock periodically
|
# Update RTC from system clock periodically
|
||||||
# makestep 1 3
|
makestep 0.1 3
|
||||||
|
|
||||||
# allow local connections to ntp
|
# allow local connections to ntp
|
||||||
allow 10.0.0.0/24
|
allow 10.0.0.0/24
|
||||||
|
|||||||
Reference in New Issue
Block a user