Kurt Kinetic Road Machine PowerCurve fix

Fixes #685
This commit is contained in:
gcoco
2013-09-19 14:11:25 -04:00
parent 3212befb5f
commit 91a5b2833c

View File

@@ -71,7 +71,7 @@ RealtimeController::processRealtimeData(RealtimeData &rtData)
{
double mph = rtData.getSpeed() * MILES_PER_KM;
// using the algorithm from http://www.kurtkinetic.com/powercurve.php
rtData.setWatts((5.244820) * mph + (0.01968) * (mph*mph*mph));
rtData.setWatts((5.244820) * mph + (0.019168) * (mph*mph*mph));
}
break;
case 3 : // Cyclops Fluid 2