From 7c611578b99de410a047f3330b00781cb174dbec Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 13 Sep 2020 11:11:49 -0400 Subject: [PATCH] Added additional 70cm Ham Band at top for 438 MHz for ARISS Repeater --- groundstation/config_webrx.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/groundstation/config_webrx.py b/groundstation/config_webrx.py index 10b9356a..46303850 100644 --- a/groundstation/config_webrx.py +++ b/groundstation/config_webrx.py @@ -132,21 +132,29 @@ sdrs = { "start_mod": "nfm", }, "2m": { - "name": "2m Band", + "name": "2m Ham Band", "center_freq": 145000000, "rf_gain": 20, "samp_rate": 2400000, "start_freq": 145725000, "start_mod": "nfm", }, - "70cm": { - "name": "70cm Band", + "70cm-1": { + "name": "70cm Ham Band 435 MHz", "center_freq": 435500000, "rf_gain": 20, "samp_rate": 2400000, "start_freq": 4355000000, "start_mod": "nfm", }, + "70cm-2": { + "name": "70cm Ham Band 438 MHz", + "center_freq": 438000000, + "rf_gain": 30, + "samp_rate": 2400000, + "start_freq": 438000000, + "start_mod": "nfm", + }, "fm": { "name": "FM Band", "center_freq": 91000000,