mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Add Heinrichs Weikamp BLE dive computers for iOS
Not all OSTC 2, 3, and Sport support BLE, but newer models do. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
de26a50ba3
commit
3ee91dd06a
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ static void fill_supported_mobile_list()
|
|||
#endif
|
||||
#if defined(Q_OS_IOS)
|
||||
/* BLE only, Qt does not support classic BT on iOS */
|
||||
mobileProductList["Heinrichs Weikamp"] =
|
||||
QStringList({{"OSTC 2"}, {"OSTC 3"}, {"OSTC 3+"}, {"OSTC 4"}, {"OSTC Plus"}, {"OSTC Sport"}});
|
||||
mobileProductList["Scubapro"] =
|
||||
QStringList({{"Aladin Sport Matrix"}, {"Aladin Square"}, {"G2"}});
|
||||
mobileProductList["Shearwater"] =
|
||||
|
|
Loading…
Add table
Reference in a new issue