mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
[Frequency library] Fixed a frequency typo
This commit is contained in:
parent
6a5eae830f
commit
2d58fdfe18
@ -41,7 +41,7 @@ class Frequency {
|
|||||||
'10m'=>array(
|
'10m'=>array(
|
||||||
'SSB'=>"28300000",
|
'SSB'=>"28300000",
|
||||||
'DATA'=>"28120000",
|
'DATA'=>"28120000",
|
||||||
'CW'=>"21050000"),
|
'CW'=>"28050000"),
|
||||||
'6m'=>array(
|
'6m'=>array(
|
||||||
'SSB'=>"50150000",
|
'SSB'=>"50150000",
|
||||||
'DATA'=>"50230000",
|
'DATA'=>"50230000",
|
||||||
@ -86,7 +86,7 @@ class Frequency {
|
|||||||
if($mode =='LSB' or $mode =='USB'){
|
if($mode =='LSB' or $mode =='USB'){
|
||||||
$mode= "SSB";
|
$mode= "SSB";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use 'DATA' for any of the data modes
|
// Use 'DATA' for any of the data modes
|
||||||
if($mode !='CW' and $mode !='SSB'){
|
if($mode !='CW' and $mode !='SSB'){
|
||||||
$mode= "DATA";
|
$mode= "DATA";
|
||||||
|
Loading…
Reference in New Issue
Block a user