mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-21 15:50:17 +01:00
update bandpass for secondary modes
This commit is contained in:
parent
e409c37158
commit
26ba8ca999
|
|
@ -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…
Reference in a new issue