Removed dupliate 70cm code

This commit is contained in:
Robert Kaldenbach
2017-02-17 13:55:40 -05:00
committed by GitHub
parent 11b0008882
commit 228eaed292

View File

@@ -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 */
/* End of file Frequency.php */