diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-06-15 11:35:32 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-06-15 11:35:32 -0700 |
commit | 16fc94301e1b7b724c3754200ff8cb9ec683de09 (patch) | |
tree | c33b5a630c4a4b98ec39cdad0e75a8de305c37f2 | |
parent | e329a53aabb3a0728204c27df359cb894c547c91 (diff) | |
download | subsurface-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.cpp | 2 |
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"] = |