From 992720041bc9f59ce806b44091b96c5fc42837e1 Mon Sep 17 00:00:00 2001 From: John Rogers Date: Tue, 29 Jul 2025 14:49:26 +0100 Subject: [PATCH] updated config with config bodge in tests. --- config.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 8422c84..bf892f4 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,13 @@ # Hardware offset in milliseconds for correcting capture latency. -hardwareOffsetMs: 20 +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. @@ -9,4 +17,3 @@ timeturnerOffset: seconds: 3 frames: 4 milliseconds: 5 -defaultNudgeMs: 2