mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 08:58:13 +01:00 
			
		
		
		
	Update main.cpp
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user