mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
12 lines
299 B
YAML
12 lines
299 B
YAML
# Hardware offset in milliseconds for correcting capture latency.
|
|
hardwareOffsetMs: 20
|
|
|
|
# Time-turning offsets. All values are added to the incoming LTC time.
|
|
# These can be positive or negative.
|
|
timeturnerOffset:
|
|
hours: 1
|
|
minutes: 2
|
|
seconds: 3
|
|
frames: 4
|
|
milliseconds: 5
|
|
defaultNudgeMs: 2
|