mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
60m was missing for GetBand
This commit is contained in:
@@ -171,6 +171,8 @@ class Frequency {
|
||||
$Band = "160m";
|
||||
} else if ($Frequency > 3000000 && $Frequency < 4000000) {
|
||||
$Band = "80m";
|
||||
} else if ($Frequency > 5350000 && $Frequency < 5367000) {
|
||||
$Band = "60m";
|
||||
} else if ($Frequency > 6000000 && $Frequency < 8000000) {
|
||||
$Band = "40m";
|
||||
} else if ($Frequency > 9000000 && $Frequency < 11000000) {
|
||||
|
||||
Reference in New Issue
Block a user