From fd498a90db622d3093bce450d3e91ef73ba8b3f3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 10 Aug 2018 19:39:37 -0700 Subject: Android: fix typo in OSTC3 FTDI device name Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index e502410af..c79bf5b62 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1788,7 +1788,7 @@ void QMLManager::showDownloadPage(QString deviceString) // we get from the Intent // the first couple we do text based because we know exactly what to look for, // the rest is based on the vendor and product IDs - if (deviceString.contains("HeinrichsWeikamp OSTC 3")) { + if (deviceString.contains("HeinrichsWeikamp OSTC3")) { name = QString("%1;%2;%3") .arg(vendorList.indexOf("Heinrichs Weikamp")) .arg(productList["Heinrichs Weikamp"].indexOf("OSTC 3")) -- cgit v1.2.3-70-g09d2