Skip to content

Commit

Permalink
Inconsistent resistance with 'Get Gears from Zwift' setting in latest…
Browse files Browse the repository at this point in the history
… version of QZ. #2680
  • Loading branch information
cagnulein committed Oct 22, 2024
1 parent 4ee5fa3 commit a2009fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtualdevices/virtualbike.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ void virtualbike::characteristicChanged(const QLowEnergyCharacteristic &characte
}

if (targetCharacteristic.isValid()) {
characteristicChanged(targetCharacteristic, QByteArray::fromHex("110000") + slope + QByteArray::fromHex("0000"));
characteristicChanged(targetCharacteristic, QByteArray::fromHex("116901") + slope + QByteArray::fromHex("3228"));

QByteArray response = QByteArray::fromHex("3c0888041206 0a0440c0bb01");
writeCharacteristic(serviceZwiftPlayBike, zwiftPlayIndicate, response);
Expand Down

0 comments on commit a2009fa

Please sign in to comment.