mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	Temporary fix to allow MIMO support for v4 releases
This commit is contained in:
		
							parent
							
								
									7e0c835f8d
								
							
						
					
					
						commit
						ae6e96b795
					
				| @ -100,7 +100,7 @@ void MainParser::parse(const QCoreApplication& app) | ||||
|     { | ||||
|         bool ok; | ||||
|         int maj = versionParts.at(0).toInt(&ok); | ||||
|         m_mimoSupport = ok && (maj > 4); | ||||
|         m_mimoSupport = ok && (maj > 3); | ||||
|     } | ||||
|     else | ||||
|     { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user