From be757c796899adbd1c83d6dd2f65ac53c622ebb2 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 10 Oct 2020 13:38:26 +0200 Subject: [PATCH] change default rtlsdr gain to 29 to avoid e4000 problems --- config_webrx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index 9fab725..e07bc1b 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -144,7 +144,7 @@ sdrs = { "70cm": { "name": "70cm Relais", "center_freq": 438800000, - "rf_gain": 30, + "rf_gain": 29, "samp_rate": 2400000, "start_freq": 439275000, "start_mod": "nfm", @@ -152,7 +152,7 @@ sdrs = { "2m": { "name": "2m komplett", "center_freq": 145000000, - "rf_gain": 30, + "rf_gain": 29, "samp_rate": 2400000, "start_freq": 145725000, "start_mod": "nfm",