set parameters for psk63 mode
This commit is contained in:
@ -185,6 +185,7 @@
|
||||
<select id="openwebrx-secondary-demod-listbox" onchange="secondary_demod_listbox_changed();">
|
||||
<option value="none"></option>
|
||||
<option value="bpsk31">BPSK31</option>
|
||||
<option value="bpsk63">BPSK63</option>
|
||||
<option value="ft8" data-feature="wsjt-x">FT8</option>
|
||||
<option value="wspr" data-feature="wsjt-x">WSPR</option>
|
||||
<option value="jt65" data-feature="wsjt-x">JT65</option>
|
||||
|
@ -1981,6 +1981,7 @@ function demodulator_digital_replace_last() {
|
||||
function demodulator_digital_replace(subtype) {
|
||||
switch (subtype) {
|
||||
case "bpsk31":
|
||||
case "bpsk63":
|
||||
case "rtty":
|
||||
case "ft8":
|
||||
case "jt65":
|
||||
|
Reference in New Issue
Block a user