Fixed default frequencies

这个提交包含在:
Tobias Mädel 2019-02-25 22:08:43 +01:00
父节点 c3894f7b47
当前提交 2c4e1c595b

查看文件

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