Skip to content

Commit

Permalink
Fortius Antifier v3.9.e #153
Browse files Browse the repository at this point in the history
  • Loading branch information
WOUTER DUBBELDAM committed Dec 9, 2020
1 parent 1253bc5 commit 036f2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified WindowsExecutable/FortiusANT.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions pythoncode/usbTrainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1758,8 +1758,8 @@ def CurrentResistance2Power(self):
# eventually be determined individually using the "runoff"/spin-down test.
#---------------------------------------------------------------------------
def Resistance2PowerMB(self, Resistance, SpeedKmh):
ScaleFactor = 0.013 # N
CriticalSpeed = 4.67 # m/s
ScaleFactor = 0.0149 # N
CriticalSpeed = 4.85 # m/s

if self.clv.CalibrateRR:
RollingResistance = self.clv.CalibrateRR # Value 0...100 allowed
Expand Down

0 comments on commit 036f2df

Please sign in to comment.