diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-18 14:41:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-19 06:21:23 -0700 |
commit | e23ae817c7fe7a202e039d0ec3952bb5524fde30 (patch) | |
tree | 189183576a824e6f9dedf1d7f295b8b2ff012224 /core | |
parent | 6f8e50f860934b66c22482d1c104d061ed811a36 (diff) | |
download | subsurface-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.cpp | 2 |
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"}}); |