diff --git a/config.yml b/config.yml index 470c6c9..8422c84 100644 --- a/config.yml +++ b/config.yml @@ -4,7 +4,9 @@ hardwareOffsetMs: 20 # 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 + hours: 1 + minutes: 2 + seconds: 3 + frames: 4 + milliseconds: 5 +defaultNudgeMs: 2