There was an error while loading. Please reload this page.
1 parent 33b686b commit 361874fCopy full SHA for 361874f
1 file changed
src/devices/bluetooth.cpp
@@ -1538,7 +1538,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
1538
b.name().toUpper().startsWith(QStringLiteral("TM4500")) ||
1539
b.name().toUpper().startsWith(QStringLiteral("TM6500")) ||
1540
b.name().toUpper().startsWith(QStringLiteral("RUNN ")) ||
1541
- b.name().toUpper().startsWith(QStringLiteral("YS_T1MPLUST")) ||
+ b.name().toUpper().startsWith(QStringLiteral("YS_T")) ||
1542
b.name().toUpper().startsWith(QStringLiteral("YPOO-MINI PRO-")) ||
1543
b.name().toUpper().startsWith(QStringLiteral("BFX_T")) ||
1544
(b.name().toUpper().startsWith("3G PRO ")) ||
0 commit comments