kopia lustrzana https://github.com/f4exb/sdrangel
MIMO: added support in sampling device control UI
rodzic
3f4c0a2e70
commit
c85a523217
|
|
@ -73,6 +73,12 @@ void SamplingDeviceControl::setSelectedDeviceIndex(int index)
|
|||
DeviceEnumerator::instance()->changeTxSelection(m_deviceTabIndex, index);
|
||||
ui->deviceSelectedText->setText(samplingDevice->displayedName);
|
||||
}
|
||||
else if (m_deviceType == 2) // MIMO
|
||||
{
|
||||
const PluginInterface::SamplingDevice *samplingDevice = DeviceEnumerator::instance()->getMIMOSamplingDevice(index);
|
||||
DeviceEnumerator::instance()->changeMIMOSelection(m_deviceTabIndex, index);
|
||||
ui->deviceSelectedText->setText(samplingDevice->displayedName);
|
||||
}
|
||||
|
||||
m_selectedDeviceIndex = index;
|
||||
}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue