From 4bc5838de8944aadd2ad4f589a746f49b0f70829 Mon Sep 17 00:00:00 2001 From: hunterhubble Date: Sat, 29 Aug 2026 18:54:03 +0000 Subject: [PATCH] Updated Silabs synth res - From 296 Hz to 297.546386719 Hz Signed-off-by: hunterhubble --- src/hubble_satnet_decoder/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hubble_satnet_decoder/constants.py b/src/hubble_satnet_decoder/constants.py index a7a7feb..3fb88fc 100644 --- a/src/hubble_satnet_decoder/constants.py +++ b/src/hubble_satnet_decoder/constants.py @@ -54,7 +54,7 @@ SYNTH_RES: dict[str, float] = { "ti": 366.2119, "nordic": 488.28125, - "silabs": 296.0, + "silabs": 297.546386719, "esp": 400.0, "atmosic": 500.0, }