Disable update firmware button for OSTC3 for now

We currently don't support update firmware for the OSTC3. Where waiting
for support in libdivecomputer for that, so disable that button for now.

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:22 +02:00 committed by Dirk Hohndel
parent adf03c7845
commit 1c2ddd62c1

View file

@ -615,7 +615,7 @@ void ConfigureDiveComputerDialog::on_DiveComputerList_currentRowChanged(int curr
case 0:
selected_vendor = "Heinrichs Weikamp";
selected_product = "OSTC 3";
ui.updateFirmwareButton->setEnabled(true);
ui.updateFirmwareButton->setEnabled(false);
break;
case 1:
selected_vendor = "Suunto";