allow squelch_auto_margin = 0
This commit is contained in:
parent
b6ed06dff4
commit
54142f4f15
@ -341,7 +341,7 @@ DemodulatorPanel.prototype.updateSquelch = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
DemodulatorPanel.prototype.setSquelchMargin = function(margin) {
|
DemodulatorPanel.prototype.setSquelchMargin = function(margin) {
|
||||||
if (!margin || this.squelchMargin == margin) return;
|
if (typeof(margin) === 'undefined' || this.squelchMargin == margin) return;
|
||||||
this.squelchMargin = margin;
|
this.squelchMargin = margin;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user