Local output plugin and fixes

This commit is contained in:
f4exb
2019-05-10 23:38:52 +02:00
parent ba4c8d7a68
commit 8029194c02
42 changed files with 2386 additions and 43 deletions
@@ -130,7 +130,7 @@ LocalSourceGUI::LocalSourceGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, B
m_settings.setChannelMarker(&m_channelMarker);
m_deviceUISet->registerRxChannelInstance(LocalSource::m_channelIdURI, this);
m_deviceUISet->registerTxChannelInstance(LocalSource::m_channelIdURI, this);
m_deviceUISet->addChannelMarker(&m_channelMarker);
m_deviceUISet->addRollupWidget(this);