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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-19 06:19:06 -07:00
parent 08c2f5492a
commit 94d8abd1a2

View file

@ -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"}});