allow 25kHz packet when manually adjusting
This commit is contained in:
parent
8c105b0c40
commit
cbdb143966
@ -11,6 +11,8 @@ Filter.prototype.getLimits = function() {
|
|||||||
max_bw = 80000;
|
max_bw = 80000;
|
||||||
} else if (this.demodulator.get_modulation() === 'drm') {
|
} else if (this.demodulator.get_modulation() === 'drm') {
|
||||||
max_bw = 100000;
|
max_bw = 100000;
|
||||||
|
} else if (this.demodulator.get_secondary_demod() === 'packet') {
|
||||||
|
max_bw = 12500;
|
||||||
} else {
|
} else {
|
||||||
max_bw = (audioEngine.getOutputRate() / 2) - 1;
|
max_bw = (audioEngine.getOutputRate() / 2) - 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user