mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
19 lines
557 B
YAML
19 lines
557 B
YAML
# Hardware offset in milliseconds for correcting capture latency.
|
|
hardwareOffsetMs: 55
|
|
|
|
# Enable automatic clock synchronization.
|
|
# When enabled, the system will perform an initial full sync, then periodically
|
|
# nudge the clock to keep it aligned with the LTC source.
|
|
autoSyncEnabled: true
|
|
|
|
# Default nudge in milliseconds for adjtimex control.
|
|
defaultNudgeMs: 2
|
|
|
|
# Time-turning offsets. All values are added to the incoming LTC time.
|
|
# These can be positive or negative.
|
|
timeturnerOffset:
|
|
hours: 0
|
|
minutes: 0
|
|
seconds: 0
|
|
frames: 0
|
|
milliseconds: 0
|