mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue