From 6680ff1cd916d5316b02f149e1a23465834a7f31 Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Wed, 6 Nov 2024 21:04:43 +0100 Subject: [PATCH] Echelon Rower Sport 2, not displaying stats (Issue #2749) --- src/devices/bluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bluetooth.cpp b/src/devices/bluetooth.cpp index 51afcb895..2991b97ed 100644 --- a/src/devices/bluetooth.cpp +++ b/src/devices/bluetooth.cpp @@ -1736,7 +1736,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) { ziproTreadmill->deviceDiscovered(b); this->signalBluetoothDeviceConnected(ziproTreadmill); } else if ((b.name().startsWith(QStringLiteral("ECH-ROW")) || - b.name().toUpper().startsWith(QStringLiteral("ROWSPORT-")) || + b.name().toUpper().startsWith(QStringLiteral("ROWSPORT")) || b.name().startsWith(QStringLiteral("ROW-S"))) && !echelonRower && filter) { this->setLastBluetoothDevice(b);