From 94d8abd1a292ac0b02064c906da3a66ccf9e6737 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 19 Jul 2017 06:19:06 -0700 Subject: Correct list of Shearwater BLE dive computers Some Petrel 2 computers are dual stack. We need to list the Petrel here as well since the Petrel 2 actually identifies itself via BT/BLE as Petrel and we can't tell them appart until after we started a download. Signed-off-by: Dirk Hohndel --- core/downloadfromdcthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/downloadfromdcthread.cpp') diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index e6fa6db4a..fe9da69fb 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"}, {"Perdix AI"}}); + QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}, {"Perdix AI"}}); mobileProductList["Suunto"] = QStringList({{"EON Steel"}}); -- cgit v1.2.3-70-g09d2