From 3651176a5c2adf01f8196d8384ca01a2d26c3548 Mon Sep 17 00:00:00 2001 From: Josh Poole Date: Mon, 7 Sep 2026 10:47:13 +0100 Subject: [PATCH] 20260907 - Default the standalone Doppler span to +/-300 Hz Keeps the standalone/development config in step with the fleet default, which moves to +/-300 Hz in retina-node's default.yml. This file is only the standalone/dev default: deployed nodes get theirs from the merger, which also carries the migration that lets the new span past an existing user.yml. test/regression's DOPPLER_MIN/DOPPLER_MAX stay at +/-200 on purpose. That harness fixes a reference the golden digests are cut against, so a tuning change here must not move it. The sdr-variants and config_test_* files still read +/-200. Nothing references them, and they are per-device templates rather than the working default, so they are left for whoever next touches the device they belong to. Co-Authored-By: Claude Opus 5 (1M context) --- config/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.yml b/config/config.yml index ef99942d..afd9d3d0 100644 --- a/config/config.yml +++ b/config/config.yml @@ -27,8 +27,8 @@ process: ambiguity: delayMin: -10 delayMax: 400 - dopplerMin: -200 - dopplerMax: 200 + dopplerMin: -300 + dopplerMax: 300 clutter: enable: true delayMin: -10