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:
Anton Lundin 2014-10-20 22:58:25 +02:00 committed by Dirk Hohndel
parent 02dcae3eca
commit 856ec092b7
3 changed files with 39 additions and 3 deletions

View file

@ -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;