mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
LimeSDR GUIs: always apply change of FIR bandwidth
This commit is contained in:
@@ -574,10 +574,7 @@ void LimeSDRInputGUI::on_lpFIREnable_toggled(bool checked)
|
||||
void LimeSDRInputGUI::on_lpFIR_changed(quint64 value)
|
||||
{
|
||||
m_settings.m_lpfFIRBW = value * 1000;
|
||||
|
||||
if (m_settings.m_lpfFIREnable) { // do not send the update if the FIR is disabled
|
||||
sendSettings();
|
||||
}
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void LimeSDRInputGUI::on_gainMode_currentIndexChanged(int index)
|
||||
|
||||
Reference in New Issue
Block a user