Fixed default frequencies

pull/256/head
Tobias Mädel 2019-02-25 22:08:43 +01:00
rodzic c3894f7b47
commit 2c4e1c595b
1 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -68,21 +68,21 @@ class Frequency {
'DATA'=>"1296138000",
'CW'=>"129600000"),
'13cm'=>array(
'SSB'=>"232080000",
'DATA'=>"232080000",
'CW'=>"232080000"),
'SSB'=>"2320800000",
'DATA'=>"2320800000",
'CW'=>"2320800000"),
'9cm'=>array(
'SSB'=>"341000000",
'DATA'=>"341000000",
'CW'=>"340000000"),
'SSB'=>"3410000000",
'DATA'=>"3410000000",
'CW'=>"3400000000"),
'6cm'=>array(
'SSB'=>"567000000",
'DATA'=>"567000000",
'CW'=>"567000000"),
'SSB'=>"5670000000",
'DATA'=>"5670000000",
'CW'=>"5670000000"),
'3cm'=>array(
'SSB'=>"1022500000",
'DATA'=>"1022500000",
'CW'=>"1022500000")
'SSB'=>"10225000000",
'DATA'=>"10225000000",
'CW'=>"10225000000")
);
/* Class to convert band and mode into a frequnecy in a format based on the specifications of the database table */