From e23ae817c7fe7a202e039d0ec3952bb5524fde30 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 18 Jul 2017 14:41:05 -0700 Subject: [PATCH] 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 --- core/downloadfromdcthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}});