Skip to content

Commit

Permalink
Added filtering on unreliable dragfactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Sep 8, 2024
1 parent 53de163 commit f07afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/engine/Rower.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export function createRower (rowerSettings) {
}

function recoveryDragFactor () {
if (rower.dragFactorIsReliable()) {
if (flywheel.dragFactorIsReliable()) {
return flywheel.dragFactor() * 1000000
} else {
return undefined
Expand Down

0 comments on commit f07afb6

Please sign in to comment.