mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:53:23 +00:00
Android should support the Cobalt dive compouters
With an OTA adapter - sadly I can't test that. This driver opens a specific USB device and will ignore the connection settings. It would be better to get some visual feedback for that (in the QML UI), but I'll leave that until this has been verified to work. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
49c8c966fc
commit
4d283bdd5f
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ static void fill_supported_mobile_list()
|
|||
QStringList({{"Element II (IQ-750)"}, {"Zen (IQ-900)"}, {"Zen Air (IQ-950)"}});
|
||||
mobileProductList["Uwatec"] =
|
||||
QStringList({{"Aladin Air Twin"}, {"Aladin Air Z"}, {"Aladin Air Z Nitrox"}, {"Aladin Air Z O2"}, {"Aladin Pro"}, {"Aladin Pro Ultra"}, {"Aladin Sport Plus"}, {"Memomouse"}});
|
||||
|
||||
mobileProductList["Atomic Aquatics"] =
|
||||
QStringList({{"Cobalt"}, {"Cobalt 2"}})
|
||||
#endif
|
||||
#if defined(Q_OS_IOS)
|
||||
/* BLE only, Qt does not support classic BT on iOS */
|
||||
|
|
Loading…
Add table
Reference in a new issue