From 58c15fb199962e7fc49eeef2533358e2c08c6edc Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 13 Sep 2020 10:20:33 -0400 Subject: [PATCH] fixed typos found by Frank Bauer --- groundstation/config_webrx.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/groundstation/config_webrx.py b/groundstation/config_webrx.py index 26582f54..10b9356a 100644 --- a/groundstation/config_webrx.py +++ b/groundstation/config_webrx.py @@ -171,6 +171,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 +517,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,