From 228eaed292b598c1deb2eab4d9e08dcb96ba5cc5 Mon Sep 17 00:00:00 2001 From: Robert Kaldenbach Date: Fri, 17 Feb 2017 13:55:40 -0500 Subject: [PATCH] Removed dupliate 70cm code --- application/libraries/Frequency.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/application/libraries/Frequency.php b/application/libraries/Frequency.php index bf699dfcf..7722e9538 100644 --- a/application/libraries/Frequency.php +++ b/application/libraries/Frequency.php @@ -146,17 +146,6 @@ class Frequency { return "432200000"; } } - if($band == "70cm") { - if ($mode == "CW") { - return "432050000"; - } elseif($mode == "PSK31" || $mode == "RTTY" || $mode == "JT65") { - return "432088000"; - }elseif($mode == "SSB") { - return "432200000"; - } else { - return "432200000"; - } - } if($band == "23cm") { if ($mode == "CW") { return "129600000"; @@ -283,4 +272,4 @@ public function GetBand($Frequency) { } -/* End of file Frequency.php */ \ No newline at end of file +/* End of file Frequency.php */