Skip to content

Commit 361874f

Browse files
committed
Yesoul T3S Plus treadmill
1 parent 33b686b commit 361874f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/bluetooth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
15381538
b.name().toUpper().startsWith(QStringLiteral("TM4500")) ||
15391539
b.name().toUpper().startsWith(QStringLiteral("TM6500")) ||
15401540
b.name().toUpper().startsWith(QStringLiteral("RUNN ")) ||
1541-
b.name().toUpper().startsWith(QStringLiteral("YS_T1MPLUST")) ||
1541+
b.name().toUpper().startsWith(QStringLiteral("YS_T")) ||
15421542
b.name().toUpper().startsWith(QStringLiteral("YPOO-MINI PRO-")) ||
15431543
b.name().toUpper().startsWith(QStringLiteral("BFX_T")) ||
15441544
(b.name().toUpper().startsWith("3G PRO ")) ||

0 commit comments

Comments
 (0)