From e33cce71f593f6f3ec1ff863f4001e3749acbf5a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 26 May 2020 08:49:11 -0400 Subject: [PATCH] added 6m and 10m bands --- groundstation/config_webrx_vhf.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/groundstation/config_webrx_vhf.py b/groundstation/config_webrx_vhf.py index 1b60a49e..62d45a7d 100644 --- a/groundstation/config_webrx_vhf.py +++ b/groundstation/config_webrx_vhf.py @@ -199,6 +199,22 @@ sdrs = { "start_freq": 137000000, "start_mod": "fm", }, + "10m": { + "name": "10m Band", + "center_freq": 28000000, + "rf_gain": 25, + "samp_rate": 2400000, + "start_freq": 28500000, + "start_mod": "usb", + }, + "6m": { + "name": "6m Band", + "center_freq": 51000000, + "rf_gain": 25, + "samp_rate": 2400000, + "start_freq": 51000000, + "start_mod": "usb", + }, # "20m": { # "name": "20m", # "direct_sampling": 2,