summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/configuredivecomputerdialog.cpp
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2018-07-13 16:45:02 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-13 09:44:33 -0700
commit4c2e1529c02bd72ec9662a04f856d9099f3f327d (patch)
treea52260db3de6167938d00ed4e3f8693ace7fdadf /desktop-widgets/configuredivecomputerdialog.cpp
parentc25f03d440ddfce7bcb905d23e21b309287c0d39 (diff)
downloadsubsurface-4c2e1529c02bd72ec9662a04f856d9099f3f327d.tar.gz
Fix configure bluetooth ostc's
When we introduced the whole check for supported transports code, no one noticed that it broke configuring all ostc's over bluetooth. The configure code just used a placeholder model of OSTC 3 to get the right backend code. With the new supported transports model it errored out if you where trying to connect to a bluetooth enabled device, just because the original OSTC 3's wasn't bluetooth enabled. This switches the placeholder model over to a OSTC Plus which is both bluetooth, serial and ble capable, so the code works again. Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'desktop-widgets/configuredivecomputerdialog.cpp')
-rw-r--r--desktop-widgets/configuredivecomputerdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/configuredivecomputerdialog.cpp b/desktop-widgets/configuredivecomputerdialog.cpp
index bceaa98f9..47eced724 100644
--- a/desktop-widgets/configuredivecomputerdialog.cpp
+++ b/desktop-widgets/configuredivecomputerdialog.cpp
@@ -1429,7 +1429,7 @@ void ConfigureDiveComputerDialog::on_DiveComputerList_currentRowChanged(int curr
break;
case 1:
selected_vendor = "Heinrichs Weikamp";
- selected_product = "OSTC 3";
+ selected_product = "OSTC Plus";
fw_upgrade_possible = true;
break;
case 2: