From 7d50444a4814a3fa860ddfc5f162b22b7d5f2940 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 4 Dec 2020 10:54:33 -0500 Subject: [PATCH] added 2nd 70cm ham band --- groundstation/config_webrx.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/groundstation/config_webrx.py b/groundstation/config_webrx.py index 997d00ff..647afa21 100644 --- a/groundstation/config_webrx.py +++ b/groundstation/config_webrx.py @@ -160,13 +160,21 @@ sdrs = { "start_mod": "nfm", }, "70cm": { - "name": "70cm Band", + "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": 437800000, + "start_mod": "nfm", + }, "fm": { "name": "FM Band", "center_freq": 91000000,