summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-15 11:35:32 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-15 11:35:32 -0700
commit16fc94301e1b7b724c3754200ff8cb9ec683de09 (patch)
treec33b5a630c4a4b98ec39cdad0e75a8de305c37f2
parente329a53aabb3a0728204c27df359cb894c547c91 (diff)
downloadsubsurface-16fc94301e1b7b724c3754200ff8cb9ec683de09.tar.gz
Android: add Cressi Cartesio and Goa as potentially supported
Assuming they are connected to an FTDI cable. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--core/downloadfromdcthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index 1915444db..955431880 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -122,7 +122,7 @@ static void fill_supported_mobile_list()
mobileProductList["Cochran"] =
QStringList({{"Commander I"}, {"Commander II"}, {"Commander TM"}, {"EMC-14"}, {"EMC-16"}, {"EMC-20H"}});
mobileProductList["Cressi"] =
- QStringList({{"Leonardo"}, {"Giotto"}, {"Newton"}, {"Drake"}});
+ QStringList({{"Leonardo"}, {"Giotto"}, {"Newton"}, {"Drake"}, {"Cartesio"}, {"Goa"}});
mobileProductList["Genesis"] =
QStringList({{"React Pro"}, {"React Pro White"}});
mobileProductList["Heinrichs Weikamp"] =