From 2bb877a84b18d00345124e1587a1c83e2b4443c1 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 9 Jan 2020 13:49:15 +0100 Subject: [PATCH] let's go for 20kHz for now --- htdocs/openwebrx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 9def988..49ecb23 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -2166,8 +2166,8 @@ function demodulator_digital_replace(subtype) { case "pocsag": secondary_demod_start(subtype); demodulator_analog_replace('nfm', true); - demodulators[0].low_cut = -6000; - demodulators[0].high_cut = 6000; + demodulators[0].low_cut = -10000; + demodulators[0].high_cut = 10000; demodulators[0].set(); break; }