From f929bacdfd138bf3379f7a0195fa514963c15d47 Mon Sep 17 00:00:00 2001 From: John Rogers Date: Tue, 29 Jul 2025 12:10:56 +0100 Subject: [PATCH] config tweak, --- config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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