mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
update bandpass for secondary modes
This commit is contained in:
parent
e409c37158
commit
26ba8ca999
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ DemodulatorPanel.prototype.setMode = function(modulation) {
|
|||
}
|
||||
if (mode.type === 'digimode') {
|
||||
this.demodulator.set_secondary_demod(mode.modulation);
|
||||
if (mode.bandpass) {
|
||||
this.demodulator.setBandpass(mode.bandpass);
|
||||
}
|
||||
} else {
|
||||
this.demodulator.set_secondary_demod(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue