mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
introduce a fake tuning indicator for modes without bandpass
This commit is contained in:
parent
92c09b08e4
commit
58b0ce5636
5 changed files with 27 additions and 11 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue