mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
wider filter for pocsag (as wide as possible)
This commit is contained in:
parent
db508fc4f7
commit
94b486cf2e
|
|
@ -2160,9 +2160,15 @@ function demodulator_digital_replace(subtype) {
|
|||
demodulators[0].set();
|
||||
break;
|
||||
case "packet":
|
||||
secondary_demod_start(subtype);
|
||||
demodulator_analog_replace('nfm', true);
|
||||
break;
|
||||
case "pocsag":
|
||||
secondary_demod_start(subtype);
|
||||
demodulator_analog_replace('nfm', true);
|
||||
demodulators[0].low_cut = -6000;
|
||||
demodulators[0].high_cut = 6000;
|
||||
demodulators[0].set();
|
||||
break;
|
||||
}
|
||||
demodulator_buttons_update();
|
||||
|
|
|
|||
Loading…
Reference in a new issue