diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-22 23:03:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-22 14:28:59 -0800 |
commit | 44dd4df8528f84da7bbcdb6388e2dc9176fb904e (patch) | |
tree | 2cac2f25545776bc00882835529c2a8e30648a4c /qt-ui | |
parent | 7c23a0892182e126df570bd8272dd9214d82886d (diff) | |
download | subsurface-44dd4df8528f84da7bbcdb6388e2dc9176fb904e.tar.gz |
Enable firmware updates for OSTC3/OSTC Sport
This enables the dormant OSTC3/OSTC Sport firmware update code, now when
the hw_ostc3_device_fwupdate call is available in libdivecomputer.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/configuredivecomputerdialog.cpp b/qt-ui/configuredivecomputerdialog.cpp index 734952003..ce25d0ee3 100644 --- a/qt-ui/configuredivecomputerdialog.cpp +++ b/qt-ui/configuredivecomputerdialog.cpp @@ -981,7 +981,7 @@ void ConfigureDiveComputerDialog::on_DiveComputerList_currentRowChanged(int curr case 0: selected_vendor = "Heinrichs Weikamp"; selected_product = "OSTC 3"; - ui.updateFirmwareButton->setEnabled(false); + ui.updateFirmwareButton->setEnabled(true); break; case 1: selected_vendor = "Suunto"; |