mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-01 13:32:33 -04:00
Fix: LimeSDR MIMO Tx gain mode
This commit is contained in:
parent
09ba1cc700
commit
8f802e64bf
@ -308,6 +308,8 @@ void LimeSDRMIMOGUI::displaySettings()
|
|||||||
|
|
||||||
updateADCRate();
|
updateADCRate();
|
||||||
|
|
||||||
|
ui->gainMode->setEnabled(true);
|
||||||
|
|
||||||
if (m_streamIndex == 0)
|
if (m_streamIndex == 0)
|
||||||
{
|
{
|
||||||
ui->lpf->setValue(m_settings.m_lpfBWRx0 / 1000);
|
ui->lpf->setValue(m_settings.m_lpfBWRx0 / 1000);
|
||||||
@ -389,6 +391,13 @@ void LimeSDRMIMOGUI::displaySettings()
|
|||||||
|
|
||||||
updateDACRate();
|
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)
|
if (m_streamIndex == 0)
|
||||||
{
|
{
|
||||||
ui->lpf->setValue(m_settings.m_lpfBWTx0 / 1000);
|
ui->lpf->setValue(m_settings.m_lpfBWTx0 / 1000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user