kopia lustrzana https://github.com/magicbug/Cloudlog
[LoTW] Add PSK Submodes for 31 and 63
Add PSK Submodes for 31 and 63 theres still a lot more to add
(cherry picked from commit 6b8960bf17)
pull/1354/head
rodzic
a12531fa60
commit
91ebce55bb
|
|
@ -952,6 +952,17 @@ class Lotw extends CI_Controller {
|
|||
return "DATA";
|
||||
break;
|
||||
}
|
||||
case "PSK":
|
||||
if ($submode == "PSK31") {
|
||||
return "PSK31";
|
||||
break;
|
||||
} elseif ($submode == "PSK63") {
|
||||
return "PSK63";
|
||||
break;
|
||||
} else {
|
||||
return "DATA";
|
||||
break;
|
||||
}
|
||||
default:
|
||||
return $mode;
|
||||
endswitch;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue