Skip to content

Commit 22931b6

Browse files
committed
But PPS is not available to the Pi directly.
1 parent 1efaf53 commit 22931b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example.config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ chrony_refclock: |
1515
1616
# Uncomment to use GPS module directly as time source.
1717
refclock SHM 0 refid NMEA precision 1e-3 poll 0 filter 3
18-
refclock PPS /dev/pps0 refid PPS lock NMEA poll 3 trust
18+
19+
# Uncomment to use PPS source (e.g. GPS PPS to GPIO pin 18)
20+
#refclock PPS /dev/pps0 refid PPS lock NMEA poll 3 trust
1921
2022
# Uncomment to log timing statistics.
2123
#log tracking measurements statistics

0 commit comments

Comments
 (0)