mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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>
This commit is contained in:
parent
6f8e50f860
commit
e23ae817c7
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 AI"}});
|
||||
QStringList({{"Perdix"}, {"Perdix AI"}});
|
||||
mobileProductList["Suunto"] =
|
||||
QStringList({{"EON Steel"}});
|
||||
|
||||
|
|
Loading…
Reference in a new issue