From 0f8c86a26c1fb66cf7e02718c17f913e33232c01 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 9 Jan 2020 14:00:32 +0100 Subject: [PATCH] 20 was too wide --- htdocs/openwebrx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 49ecb23..9def988 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 = -10000; - demodulators[0].high_cut = 10000; + demodulators[0].low_cut = -6000; + demodulators[0].high_cut = 6000; demodulators[0].set(); break; }