mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Review presets #1. Apply to HackRF
This commit is contained in:
@@ -233,13 +233,13 @@ void HackRFGui::on_decim_valueChanged(int value)
|
||||
void HackRFGui::on_fcPos_currentIndexChanged(int index)
|
||||
{
|
||||
if (index == 0) {
|
||||
m_settings.m_fcPos = HackRFInput::FC_POS_INFRA;
|
||||
m_settings.m_fcPos = HackRFSettings::FC_POS_INFRA;
|
||||
sendSettings();
|
||||
} else if (index == 1) {
|
||||
m_settings.m_fcPos = HackRFInput::FC_POS_SUPRA;
|
||||
m_settings.m_fcPos = HackRFSettings::FC_POS_SUPRA;
|
||||
sendSettings();
|
||||
} else if (index == 2) {
|
||||
m_settings.m_fcPos = HackRFInput::FC_POS_CENTER;
|
||||
m_settings.m_fcPos = HackRFSettings::FC_POS_CENTER;
|
||||
sendSettings();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user