Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/devices/wahookickrsnapbike/wahookickrsnapbike.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ void wahookickrsnapbike::update() {
// required to the SS2K only one time
Resistance = 0;
emit resistanceRead(Resistance.value());
lastGearValue = gears(); // Initialize to prevent false gear change detection on first update
initRequest = false;
} else if (m_control &&
(bluetoothDevice.isValid() && m_control->state() == QLowEnergyController::DiscoveredState)
Expand Down
Loading