mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
Fix: LimeSDR MIMO Tx gain mode
This commit is contained in:
parent
09ba1cc700
commit
8f802e64bf
@ -308,6 +308,8 @@ void LimeSDRMIMOGUI::displaySettings()
|
||||
|
||||
updateADCRate();
|
||||
|
||||
ui->gainMode->setEnabled(true);
|
||||
|
||||
if (m_streamIndex == 0)
|
||||
{
|
||||
ui->lpf->setValue(m_settings.m_lpfBWRx0 / 1000);
|
||||
@ -389,6 +391,13 @@ void LimeSDRMIMOGUI::displaySettings()
|
||||
|
||||
updateDACRate();
|
||||
|
||||
|
||||
ui->gainMode->setEnabled(false);
|
||||
ui->gain->setEnabled(true);
|
||||
ui->lnaGain->setEnabled(false);
|
||||
ui->tiaGain->setEnabled(false);
|
||||
ui->pgaGain->setEnabled(false);
|
||||
|
||||
if (m_streamIndex == 0)
|
||||
{
|
||||
ui->lpf->setValue(m_settings.m_lpfBWTx0 / 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user