diff options
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 */ |