mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
LimeSDR: set NCO button appropriately
This commit is contained in:
parent
3cd754bd67
commit
225f25b9f4
@ -261,6 +261,8 @@ void LimeSDROutputGUI::displaySettings()
|
||||
ui->antenna->setCurrentIndex((int) m_settings.m_antennaPath);
|
||||
|
||||
setNCODisplay();
|
||||
|
||||
ui->ncoEnable->setChecked(m_settings.m_ncoEnable);
|
||||
}
|
||||
|
||||
void LimeSDROutputGUI::setNCODisplay()
|
||||
|
@ -267,6 +267,8 @@ void LimeSDRInputGUI::displaySettings()
|
||||
ui->antenna->setCurrentIndex((int) m_settings.m_antennaPath);
|
||||
|
||||
setNCODisplay();
|
||||
|
||||
ui->ncoEnable->setChecked(m_settings.m_ncoEnable);
|
||||
}
|
||||
|
||||
void LimeSDRInputGUI::setNCODisplay()
|
||||
|
Loading…
Reference in New Issue
Block a user