Skip to content

Commit b2fd42f

Browse files
author
root
committed
fix: exclude configured FTMS rowers from AppGate USB bike
1 parent 4d534e2 commit b2fd42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/bluetooth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2826,7 +2826,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
28262826
(upperDeviceName.startsWith(QStringLiteral("FAL-SPORTS")) && toorx_bike) ||
28272827
upperDeviceName.startsWith(QStringLiteral("DKN MOTION"))) &&
28282828
(toorx_bike))) &&
2829-
!trxappgateusb && !toorx_ftms && !toorx_ftms_treadmill && !trxappgateusbBike && (filter || isRI009R) && !iconsole_elliptical && !iconsole_rower && ftms_elliptical.contains(QZSettings::default_ftms_elliptical) && !csc_as_bike) {
2829+
!trxappgateusb && !toorx_ftms && !toorx_ftms_treadmill && !trxappgateusbBike && !isConfiguredFtmsRowerDevice && (filter || isRI009R) && !iconsole_elliptical && !iconsole_rower && ftms_elliptical.contains(QZSettings::default_ftms_elliptical) && !csc_as_bike) {
28302830
this->setLastBluetoothDevice(b);
28312831
this->stopDiscovery();
28322832
trxappgateusbBike =

0 commit comments

Comments
 (0)