mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Android: fix typo in OSTC3 FTDI device name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
67fae6185d
commit
fd498a90db
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue