-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for Flywheel bike power dropout.
The Flywheel bike occasionally reports spurious zero watts power values. The underlying cause is unknown but it seems to occur once every few minutes. This can be annoying if you are cycling at high effort and suddenly see your power drop to zero. A simple but effective fix is to just repeat the previous non-zero power value whenever the current power is zero and current cadence is greater than zero. The accepted tradeoff is that a legitimate gradual slow down to zero watts may take an extra second to arrive at zero watts.
- Loading branch information
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters