mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
Multi device support: channel plugin per device mechanism validation with AM demod
This commit is contained in:
@@ -59,7 +59,7 @@ void SamplingDeviceControl::on_addChannel_clicked(bool checked)
|
||||
{
|
||||
if (m_pluginManager)
|
||||
{
|
||||
m_pluginManager->createChannelInstance(ui->channelSelect->currentIndex());
|
||||
m_pluginManager->createChannelInstance(ui->channelSelect->currentIndex(), m_deviceAPI);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user