From 89849c6e0436e54a1ce502816e5f794c168b0e5a Mon Sep 17 00:00:00 2001 From: John Rogers Date: Tue, 29 Jul 2025 11:59:46 +0100 Subject: [PATCH] refactor: simplify default configuration Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 1d7e496..7aeeb53 100644 --- a/src/main.rs +++ b/src/main.rs @@ -42,9 +42,6 @@ const DEFAULT_CONFIG: &str = r#" # Hardware offset in milliseconds for correcting capture latency. hardwareOffsetMs: 20 -# 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: @@ -52,7 +49,6 @@ timeturnerOffset: minutes: 0 seconds: 0 frames: 0 - milliseconds: 0 "#; /// If no `config.yml` exists alongside the binary, write out the default.