mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
PlutoSDR: clear the device scan list before (re)scanning
This commit is contained in:
@@ -35,7 +35,7 @@ const PluginDescriptor PlutoSDRInputPlugin::m_pluginDescriptor = {
|
||||
QString("https://github.com/f4exb/sdrangel")
|
||||
};
|
||||
|
||||
const QString PlutoSDRInputPlugin::m_hardwareID = "PlutosDR";
|
||||
const QString PlutoSDRInputPlugin::m_hardwareID = "PlutoSDR";
|
||||
const QString PlutoSDRInputPlugin::m_deviceTypeID = PLUTOSDR_DEVICE_TYPE_ID;
|
||||
|
||||
PlutoSDRInputPlugin::PlutoSDRInputPlugin(QObject* parent) :
|
||||
|
||||
Reference in New Issue
Block a user