DATV Demod - Increase max RF bandwidth in GUI to 50MHz

This commit is contained in:
Jon Beniston 2022-02-10 11:40:05 +00:00
parent b93612f1e3
commit a25e1106a2
1 changed files with 1 additions and 1 deletions

View File

@ -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);