Skip to content

Commit f0d8c1e

Browse files
authored
Update ftmsbike.cpp
1 parent 14b50f6 commit f0d8c1e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/devices/ftmsbike/ftmsbike.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,8 +2038,6 @@ void ftmsbike::deviceDiscovered(const QBluetoothDeviceInfo &device) {
20382038
} else if(device.name().toUpper().startsWith("TOPUTURE TEB5")) {
20392039
qDebug() << QStringLiteral("TOPUTURE TEB5 found");
20402040
TOPUTURE_TEB5 = true;
2041-
resistance_lvl_mode = true;
2042-
ergModeSupported = false;
20432041
max_resistance = 32;
20442042
Resistance = 1; // Initialize resistance to 1 for SPORT01
20452043
} else if(device.name().toUpper().startsWith("SPORT01")) {

0 commit comments

Comments
 (0)