Skip to content

Commit

Permalink
DeerRun S500 Bike Integration #2932
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jan 2, 2025
1 parent 0a3bd56 commit 5488af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/pitpatbike/pitpatbike.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ void pitpatbike::characteristicChanged(const QLowEnergyCharacteristic &character

// these useless lines are needed to calculate the AVG resistance and AVG peloton resistance since
// echelon just send the resistance values when it changes
Resistance = Resistance.value();
Resistance = newValue.at(5);
m_pelotonResistance = m_pelotonResistance.value();

qDebug() << QStringLiteral("Current Local elapsed: ") + GetElapsedFromPacket(newValue).toString();
Expand Down

0 comments on commit 5488af7

Please sign in to comment.