From c73851ce7abaa8f7214d94a812b3d9889c21f6b8 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 12 Oct 2020 17:48:04 -0400 Subject: [PATCH] updated to align with config_webrx.py --- groundstation/config_webrx_ubuntu.py | 31 +++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/groundstation/config_webrx_ubuntu.py b/groundstation/config_webrx_ubuntu.py index 2d948035..117fb4b1 100644 --- a/groundstation/config_webrx_ubuntu.py +++ b/groundstation/config_webrx_ubuntu.py @@ -132,7 +132,7 @@ sdrs = { "start_mod": "nfm", }, "2m": { - "name": "2m Band", + "name": "2m Ham Band", "center_freq": 145000000, "rf_gain": 20, "samp_rate": 2400000, @@ -140,12 +140,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", @@ -171,6 +180,14 @@ sdrs = { "start_freq": 51000000, "start_mod": "usb", }, + "108MHz": { + "name": "108 MHz", + "center_freq": 108000000, + "rf_gain": 30, + "samp_rate": 2400000, + "start_freq": 108000000, + "start_mod": "nfm", + }, "110MHz": { "name": "110 MHz", "center_freq": 110000000, @@ -509,12 +526,20 @@ sdrs = { }, "438mhz": { "name": "438 MHz 70cm Ham Band", - "center_freq": 138000000, + "center_freq": 438000000, "rf_gain": 30, "samp_rate": 2400000, "start_freq": 438000000, "start_mod": "nfm", }, + "440mhz": { + "name": "440 MHz 70cm Ham Band", + "center_freq": 440000000, + "rf_gain": 30, + "samp_rate": 2400000, + "start_freq": 440000000, + "start_mod": "nfm", + }, "446mhz": { "name": "446 MHz", "center_freq": 446000000,