introduce a fake tuning indicator for modes without bandpass

This commit is contained in:
Jakob Ketterl 2024-02-12 22:28:36 +01:00
parent 92c09b08e4
commit 58b0ce5636
5 changed files with 27 additions and 11 deletions

View file

@ -142,6 +142,8 @@ DemodulatorPanel.prototype.setMode = function(requestedModulation, underlyingMod
} else {
this.demodulator.disableBandpass();
}
var ifRate = mode.ifRate || (uMode && uMode.ifRate);
this.demodulator.setIfRate(ifRate);
} else {
this.demodulator.set_secondary_demod(false);
}