Merge pull request #256 from Manawyrm/master

Fixed default frequencies
这个提交包含在:
Peter Goodhall 2019-02-25 22:09:08 +00:00 提交者 GitHub
当前提交 fe93701f9b
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -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 */