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:
parent
adf03c7845
commit
1c2ddd62c1
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user