Add the EON Steel as support DC on Android

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-23 21:29:34 -07:00
parent d67421c9e6
commit f5e1df0423
2 changed files with 8 additions and 0 deletions

View file

@ -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 */