mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Add Heinrichs Weikamp BLE dive computers for iOS
Not all OSTC 2, 3, and Sport support BLE, but newer models do. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									de26a50ba3
								
							
						
					
					
						commit
						3ee91dd06a
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -104,6 +104,8 @@ static void fill_supported_mobile_list()
 | 
			
		|||
#endif
 | 
			
		||||
#if defined(Q_OS_IOS)
 | 
			
		||||
	/* BLE only, Qt does not support classic BT on iOS */
 | 
			
		||||
	mobileProductList["Heinrichs Weikamp"] =
 | 
			
		||||
		QStringList({{"OSTC 2"}, {"OSTC 3"}, {"OSTC 3+"}, {"OSTC 4"}, {"OSTC Plus"}, {"OSTC Sport"}});
 | 
			
		||||
	mobileProductList["Scubapro"] =
 | 
			
		||||
		QStringList({{"Aladin Sport Matrix"}, {"Aladin Square"}, {"G2"}});
 | 
			
		||||
	mobileProductList["Shearwater"] =
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue