mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
AirspyHF: fixed frequency change with band select change
This commit is contained in:
@@ -355,6 +355,8 @@ void AirspyHFGui::on_band_currentIndexChanged(int index)
|
||||
|
||||
m_settings.m_bandIndex = index;
|
||||
updateFrequencyLimits();
|
||||
qDebug("AirspyHFGui::on_band_currentIndexChanged: freq: %llu", ui->centerFrequency->getValueNew() * 1000);
|
||||
m_settings.m_centerFrequency = ui->centerFrequency->getValueNew() * 1000;
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user