mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Show new firmware notice for OSTC Plus
Also show a new firmware notice for a HW OSTC Plus. This appeared to be broken (as can be verified on the current master from today, as HW just released version 2.98 of the firmware). Notice that there is some confusion in both Subsurface and Libdivecomputer with respect to types of OSTCs. Physcically, there exist 2 type of OSTC3's. The first edition with only DC_TRANSPORT_SERIAL (and an USB connector), and a second version that lacks the connector but supports both BT and BLE. Confusingly, the second version is marked OSTC3 on the device, but the user needs to select OSTC Plus (which is basically a 3rd version of the OSTC3, combined with a successor of the OSTC Sport) to download dives using BT/BLE. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
		
							parent
							
								
									0566f344a9
								
							
						
					
					
						commit
						cae30f450a
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -331,7 +331,7 @@ void DownloadFromDCWidget::on_downloadCancelRetryButton_clicked() | |||
| 	//
 | ||||
| 	// We shouldn't do this for memory dumps.
 | ||||
| 	if ((product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC cR" || | ||||
| 	     product == "OSTC Sport" || product == "OSTC 4") && | ||||
| 	     product == "OSTC Sport" || product == "OSTC 4" || product == "OSTC Plus") && | ||||
| 	    !data->saveDump()) { | ||||
| 		ostcFirmwareCheck = new OstcFirmwareCheck(product); | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue