kopia lustrzana https://github.com/magicbug/Cloudlog
Fixed default frequencies
rodzic
c3894f7b47
commit
2c4e1c595b
|
@ -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 */
|
||||
|
|
Ładowanie…
Reference in New Issue