From 0482f054a7770ec0daeda47aafbd816cbab02ed8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 2 Jul 2017 21:57:08 -0700 Subject: QML UI: add more dive computers This really needs to be done differently - we need a structured way to associate a transport mechanism with each of the dive computers we support. Signed-off-by: Dirk Hohndel --- core/downloadfromdcthread.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index cdbb3c53f..acb5ce6a8 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -63,10 +63,20 @@ static void fill_supported_mobile_list() QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}}); mobileProductList["Suunto"] = QStringList({"EON Steel"}); + mobileProductList["Scubapro"] = + QStringList({{"G2"}}); #endif #if defined(Q_OS_IOS) /* BLE only, Qt does not support classic BT on iOS */ + mobileProductList["Heinrichs Weikamp"] = + QStringList({{"OSTC 4"}}); + mobileProductList["Shearwater"] = + QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}}); + mobileProductList["Suunto"] = + QStringList({"EON Steel"}); + mobileProductList["Scubapro"] = + QStringList({{"G2"}}); #endif } -- cgit v1.2.3-70-g09d2