mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Removed dupliate 70cm code
This commit is contained in:
committed by
GitHub
parent
11b0008882
commit
228eaed292
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user