summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-02 12:30:03 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-02 12:30:54 -0800
commit3ee91dd06aacbf92f5138604d9d4ed67bba7644a (patch)
tree4ffcd17195de0ad66e4e65535bf53a436ecb027f /core/downloadfromdcthread.cpp
parentde26a50ba32cf20728c846fb98f6972a0e05e852 (diff)
downloadsubsurface-3ee91dd06aacbf92f5138604d9d4ed67bba7644a.tar.gz
Add Heinrichs Weikamp BLE dive computers for iOS
Not all OSTC 2, 3, and Sport support BLE, but newer models do. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r--core/downloadfromdcthread.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index ed87906ef..c74d5d535 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -104,6 +104,8 @@ static void fill_supported_mobile_list()
#endif
#if defined(Q_OS_IOS)
/* BLE only, Qt does not support classic BT on iOS */
+ mobileProductList["Heinrichs Weikamp"] =
+ QStringList({{"OSTC 2"}, {"OSTC 3"}, {"OSTC 3+"}, {"OSTC 4"}, {"OSTC Plus"}, {"OSTC Sport"}});
mobileProductList["Scubapro"] =
QStringList({{"Aladin Sport Matrix"}, {"Aladin Square"}, {"G2"}});
mobileProductList["Shearwater"] =