mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-04 23:14:53 -04:00
fix multiple device enumeration
This commit is contained in:
@@ -125,6 +125,8 @@ void SDRThread::threadMain() {
|
||||
std::vector<SDRDeviceInfo *> devs;
|
||||
if (deviceId == -1) {
|
||||
deviceId = enumerate_rtl(&devs);
|
||||
} else {
|
||||
enumerate_rtl(&devs);
|
||||
}
|
||||
|
||||
if (deviceId == -1) {
|
||||
|
||||
Reference in New Issue
Block a user