mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
DATV Demod - Increase max RF bandwidth in GUI to 50MHz
This commit is contained in:
parent
b93612f1e3
commit
a25e1106a2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user