Some "other" definitions of bands

This commit is contained in:
phl0
2025-11-25 08:01:57 +01:00
parent f643310fec
commit 860fb815ed

View File

@@ -241,12 +241,15 @@ class CBR_Parser
case '144':
$band = '2m';
break;
case '220':
case '222':
$band = '1.25m';
break;
case '430':
case '432':
$band = '70cm';
break;
case '900':
case '902':
$band = '33cm';
break;