From 4d283bdd5faba0a4409ac6a23b60916ea30f4dc1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 15 Oct 2017 13:09:44 -0400 Subject: 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 --- core/downloadfromdcthread.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index 3d7cc3d17..2e6493d35 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -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 */ -- cgit v1.2.3-70-g09d2