mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
USRP: Add support for non-discoverable devices and user arguments.
Tweak UI so icons aren't squashed.
This commit is contained in:
@@ -52,7 +52,7 @@ void DeviceUSRP::enumOriginDevices(const QString& hardwareId, PluginInterface::O
|
||||
qDebug() << "DeviceUSRP::enumOriginDevices: found USRP device " << displayedName;
|
||||
|
||||
DeviceUSRPParams usrpParams;
|
||||
usrpParams.open(id.toStdString().c_str(), true);
|
||||
usrpParams.open(id, true);
|
||||
usrpParams.close();
|
||||
|
||||
originDevices.append(PluginInterface::OriginDevice(
|
||||
|
||||
Reference in New Issue
Block a user