60m was missing for GetBand

This commit is contained in:
int2001
2025-01-17 10:08:07 +00:00
parent 6b1cfae1de
commit f986e21aed

View File

@@ -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) {