There was an error while loading. Please reload this page.
1 parent 14b50f6 commit f0d8c1eCopy full SHA for f0d8c1e
1 file changed
src/devices/ftmsbike/ftmsbike.cpp
@@ -2038,8 +2038,6 @@ void ftmsbike::deviceDiscovered(const QBluetoothDeviceInfo &device) {
2038
} else if(device.name().toUpper().startsWith("TOPUTURE TEB5")) {
2039
qDebug() << QStringLiteral("TOPUTURE TEB5 found");
2040
TOPUTURE_TEB5 = true;
2041
- resistance_lvl_mode = true;
2042
- ergModeSupported = false;
2043
max_resistance = 32;
2044
Resistance = 1; // Initialize resistance to 1 for SPORT01
2045
} else if(device.name().toUpper().startsWith("SPORT01")) {
0 commit comments