diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-23 21:29:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-24 22:32:56 -0700 |
commit | f5e1df042394ca749e4c7f80c451a6035755c006 (patch) | |
tree | aa8d4b77f472f603e6b322bff7019d1a0b91a376 /core/downloadfromdcthread.cpp | |
parent | d67421c9e64d434ffbb7d8b23d92a33de0f29208 (diff) | |
download | subsurface-f5e1df042394ca749e4c7f80c451a6035755c006.tar.gz |
Add the EON Steel as support DC on Android
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r-- | core/downloadfromdcthread.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index 8810799d9..7a3a22c6e 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -61,6 +61,9 @@ static void fill_supported_mobile_list() {"OSTC 3+"}, {"OSTC 4"}}); mobileProductList["Shearwater"] = QStringList({{"Petrel"}, {"Petrel 2"}, {"Perdix"}}); + mobileProductList["Suunto"] = + QStringList({"EON Steel"}); + #endif #if defined(Q_OS_IOS) /* BLE only, Qt does not support classic BT on iOS */ |