mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
e329a53aab
commit
16fc94301e
1 changed files with 1 additions and 1 deletions
|
@ -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"] =
|
||||
|
|
Loading…
Add table
Reference in a new issue