There was an error while loading. Please reload this page.
1 parent e1cff90 commit 4675399Copy full SHA for 4675399
1 file changed
src/devices/bluetooth.cpp
@@ -2808,6 +2808,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
2808
this->signalBluetoothDeviceConnected(snodeBike);
2809
} else if (((b.name().startsWith(QStringLiteral("FS-")) && fitplus_bike) ||
2810
(b.name().toUpper().startsWith("H9110 OSAKA")) ||
2811
+ (b.name().toUpper().startsWith("BUREVER BE1")) ||
2812
b.name().startsWith(QStringLiteral("MRK-"))) &&
2813
!fitPlusBike && !ftmsBike && !ftmsRower && !snodeBike && !horizonTreadmill && !trxappgateusbRower && filter) {
2814
this->setLastBluetoothDevice(b);
0 commit comments