aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-18 14:41:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-19 06:21:23 -0700
commite23ae817c7fe7a202e039d0ec3952bb5524fde30 (patch)
tree189183576a824e6f9dedf1d7f295b8b2ff012224 /core
parent6f8e50f860934b66c22482d1c104d061ed811a36 (diff)
downloadsubsurface-e23ae817c7fe7a202e039d0ec3952bb5524fde30.tar.gz
BLE dive computers: add Perdix
This is both correct (many Perdix support BLE) and necessary as the Perdix AI identifies itself (sadly) as Perdix. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r--core/downloadfromdcthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index d073bd9cf..7f4d78036 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -96,7 +96,7 @@ static void fill_supported_mobile_list()
mobileProductList["Scubapro"] =
QStringList({{"G2"}});
mobileProductList["Shearwater"] =
- QStringList({{"Perdix AI"}});
+ QStringList({{"Perdix"}, {"Perdix AI"}});
mobileProductList["Suunto"] =
QStringList({{"EON Steel"}});