From a37aec3bdf0d34aeec75acdb865fe055e771376c Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 11 Oct 2020 18:55:03 +0200 Subject: [PATCH] reduce sample rate on 2m --- config_webrx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_webrx.py b/config_webrx.py index e07bc1b..6e0765f 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -153,7 +153,7 @@ sdrs = { "name": "2m komplett", "center_freq": 145000000, "rf_gain": 29, - "samp_rate": 2400000, + "samp_rate": 2048000, "start_freq": 145725000, "start_mod": "nfm", },