From a25e1106a281010a2b3850e56043fd98c855d0b3 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Thu, 10 Feb 2022 11:40:05 +0000 Subject: [PATCH] DATV Demod - Increase max RF bandwidth in GUI to 50MHz --- plugins/channelrx/demoddatv/datvdemodgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channelrx/demoddatv/datvdemodgui.cpp b/plugins/channelrx/demoddatv/datvdemodgui.cpp index 93e9bd612..b0863b099 100644 --- a/plugins/channelrx/demoddatv/datvdemodgui.cpp +++ b/plugins/channelrx/demoddatv/datvdemodgui.cpp @@ -248,7 +248,7 @@ DATVDemodGUI::DATVDemodGUI(PluginAPI* objPluginAPI, DeviceUISet *deviceUISet, Ba ui->deltaFrequency->setValueRange(false, 8, -99999999, 99999999); ui->rfBandwidth->setColorMapper(ColorMapper(ColorMapper::GrayYellow)); - ui->rfBandwidth->setValueRange(true, 7, 0, 9999999); + ui->rfBandwidth->setValueRange(true, 8, 0, 50000000); m_objChannelMarker.blockSignals(true); m_objChannelMarker.setColor(Qt::magenta);