mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user