mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
08c2f5492a
commit
94d8abd1a2
1 changed files with 1 additions and 1 deletions
|
@ -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"}});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue