mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
defer demodulator startup until center_freq is set
This commit is contained in:
parent
f31685e4e7
commit
3975073efd
2 changed files with 2 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ DemodulatorPanel.prototype.collectParams = function() {
|
|||
};
|
||||
|
||||
DemodulatorPanel.prototype.startDemodulator = function() {
|
||||
if (!Modes.initComplete()) return;
|
||||
if (!Modes.initComplete() || !this.center_freq) return;
|
||||
var params = this.collectParams();
|
||||
this._apply(params);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue