Skip to content

Commit 4675399

Browse files
committed
Add Burever BE1 detection to FitPlus bike mapping
1 parent e1cff90 commit 4675399

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
@@ -2808,6 +2808,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
28082808
this->signalBluetoothDeviceConnected(snodeBike);
28092809
} else if (((b.name().startsWith(QStringLiteral("FS-")) && fitplus_bike) ||
28102810
(b.name().toUpper().startsWith("H9110 OSAKA")) ||
2811+
(b.name().toUpper().startsWith("BUREVER BE1")) ||
28112812
b.name().startsWith(QStringLiteral("MRK-"))) &&
28122813
!fitPlusBike && !ftmsBike && !ftmsRower && !snodeBike && !horizonTreadmill && !trxappgateusbRower && filter) {
28132814
this->setLastBluetoothDevice(b);

0 commit comments

Comments
 (0)