There was an error while loading. Please reload this page.
1 parent 43d7058 commit 775cc54Copy full SHA for 775cc54
1 file changed
src/devices/bluetooth.cpp
@@ -2160,6 +2160,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
2160
b.name().toUpper().startsWith(QStringLiteral("MRK-CRYDN-")) ||
2161
b.name().toUpper().startsWith(QStringLiteral("MRK-R06-")) ||
2162
b.name().toUpper().startsWith(QStringLiteral("MRK-R28-")) ||
2163
+ b.name().toUpper().startsWith(QStringLiteral("MRK-R15-")) ||
2164
(b.name().toUpper().startsWith(QStringLiteral("MRK-R11S-")) && !iconsole_rower) ||
2165
b.name().toUpper().startsWith(QStringLiteral("YOROTO-RW-")) ||
2166
b.name().toUpper().startsWith(QStringLiteral("SF-RW")) ||
0 commit comments