Update main.cpp

pull/329/head
AlexandreRouma 2021-08-30 03:06:40 +02:00 zatwierdzone przez GitHub
rodzic 49fd49b4d6
commit fa75a3a176
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -297,11 +297,7 @@ private:
SoapyModule* _this = (SoapyModule*)ctx;
if (_this->running) { return; }
if (_this->devId < 0) {
_this->refresh();
_this->selectDevice(config.conf["device"]);
if (_this->devId < 0) {
return;
}
return;
}
_this->dev = SoapySDR::Device::make(_this->devArgs);