From 03266ef2c82f980954885df78a27ad12171891d7 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 4 Dec 2020 11:00:58 -0500 Subject: [PATCH] fixed 438 band typo --- groundstation/config_webrx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/config_webrx.py b/groundstation/config_webrx.py index 647afa21..0663301c 100644 --- a/groundstation/config_webrx.py +++ b/groundstation/config_webrx.py @@ -585,7 +585,7 @@ sdrs = { }, "438mhz": { "name": "438 MHz 70cm Ham Band", - "center_freq": 138000000, + "center_freq": 438000000, "rf_gain": 30, "samp_rate": 2400000, "start_freq": 438000000,