mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
New preset design. Implement for BladeRF interim #3
This commit is contained in:
@@ -179,13 +179,13 @@ void BladerfGui::on_decim_valueChanged(int value)
|
||||
void BladerfGui::on_fcPos_currentIndexChanged(int index)
|
||||
{
|
||||
if (index == 0) {
|
||||
m_settings.m_fcPos = BladerfInput::FC_POS_INFRA;
|
||||
m_settings.m_fcPos = BladeRFSettings::FC_POS_INFRA;
|
||||
sendSettings();
|
||||
} else if (index == 1) {
|
||||
m_settings.m_fcPos = BladerfInput::FC_POS_SUPRA;
|
||||
m_settings.m_fcPos = BladeRFSettings::FC_POS_SUPRA;
|
||||
sendSettings();
|
||||
} else if (index == 2) {
|
||||
m_settings.m_fcPos = BladerfInput::FC_POS_CENTER;
|
||||
m_settings.m_fcPos = BladeRFSettings::FC_POS_CENTER;
|
||||
sendSettings();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user