Skip to content

Commit

Permalink
tdf4 change gears without manual workout #1697
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Oct 12, 2023
1 parent 7b1044a commit 6bc003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proformwifibike.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ void proformwifibike::characteristicChanged(const QString &newValue) {
QJsonValue code = key.value("code");
QJsonValue name = key.value("name");
QJsonValue held = key.value("held");
if(held.toString().contains(QStirngLiteral("-1"))) {
if(held.toString().contains(QStringLiteral("-1"))) {
double value = 0;
if (name.toString().contains(QStringLiteral("LEFT EXTERNAL GEAR DOWN"))) {
qDebug() << "LEFT EXTERNAL GEAR DOWN";
Expand Down

0 comments on commit 6bc003d

Please sign in to comment.