mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
set parameters for psk63 mode
This commit is contained in:
parent
c3d89bd4bf
commit
758b15e887
3 changed files with 11 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue