mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Configure support for OSTC, Mk.2/2N/2C
First out is firmware updates. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
02dcae3eca
commit
856ec092b7
3 changed files with 39 additions and 3 deletions
|
@ -622,6 +622,11 @@ void ConfigureDiveComputerDialog::on_DiveComputerList_currentRowChanged(int curr
|
|||
selected_product = "Vyper";
|
||||
ui.updateFirmwareButton->setEnabled(false);
|
||||
break;
|
||||
case 2:
|
||||
selected_vendor = "Heinrichs Weikamp";
|
||||
selected_product = "OSTC 2N";
|
||||
ui.updateFirmwareButton->setEnabled(true);
|
||||
break;
|
||||
default:
|
||||
/* Not Supported */
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue