mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-11-04 02:39:11 +01:00 
			
		
		
		
	Fixed #1259
This commit is contained in:
		@@ -137,6 +137,10 @@ public:
 | 
			
		||||
        hackrf_device_list_t* _devList = hackrf_device_list();
 | 
			
		||||
 | 
			
		||||
        for (int i = 0; i < _devList->devicecount; i++) {
 | 
			
		||||
            // Skip devices that are in use
 | 
			
		||||
            if (_devList->serial_numbers[i] == NULL) { continue; }
 | 
			
		||||
 | 
			
		||||
            // Save the device serial number
 | 
			
		||||
            devList.push_back(_devList->serial_numbers[i]);
 | 
			
		||||
            devListTxt += (char*)(_devList->serial_numbers[i] + 16);
 | 
			
		||||
            devListTxt += '\0';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user