mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add Cochran dive computers to FTDI list
Based on information from John Van Ostrand <john@vanostrand.com>. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
866a25f90e
commit
9576a9ba8a
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ static void fill_supported_mobile_list()
|
|||
QStringList({{"i300"}, {"i450T"}, {"i550"}, {"i750TC"}});
|
||||
mobileProductList["Beuchat"] =
|
||||
QStringList({{"Mundial 2"}, {"Mundial 3"}, {"Voyager 2G"}});
|
||||
mobileProductList["Cochran"] =
|
||||
QStringList({{"Commander TM"}, {"Commander I"}, {"Commander II"}, {"EMC-14"}, {"EMC-16"}, {"EMC-20H"}});
|
||||
mobileProductList["Genesis"] =
|
||||
QStringList({{"React Pro"}, {"React Pro White"}});
|
||||
mobileProductList["Heinrichs Weikamp"] =
|
||||
|
|
Loading…
Reference in a new issue