Skip to content

Commit 775cc54

Browse files
authored
MERACH MR-R15 (SKU: MR-R15B4)
Added support for MRK-R15 device in Bluetooth device detection.
1 parent 43d7058 commit 775cc54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/devices/bluetooth.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,6 +2160,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
21602160
b.name().toUpper().startsWith(QStringLiteral("MRK-CRYDN-")) ||
21612161
b.name().toUpper().startsWith(QStringLiteral("MRK-R06-")) ||
21622162
b.name().toUpper().startsWith(QStringLiteral("MRK-R28-")) ||
2163+
b.name().toUpper().startsWith(QStringLiteral("MRK-R15-")) ||
21632164
(b.name().toUpper().startsWith(QStringLiteral("MRK-R11S-")) && !iconsole_rower) ||
21642165
b.name().toUpper().startsWith(QStringLiteral("YOROTO-RW-")) ||
21652166
b.name().toUpper().startsWith(QStringLiteral("SF-RW")) ||

0 commit comments

Comments
 (0)