mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Add Vector/Rotor TE and PS data series
.. Added the torque effectiveness and pedal smoothness data series to the RideFile structures. .. The only file formats that support it at this stage are Fit and GoldenCheetah JSON. .. As more file formats support it we will add it here. .. The charts/editor now need to be updated to support these new data series.
This commit is contained in:
@@ -776,7 +776,8 @@ SplitConfirm::createRideFile(long start, long stop)
|
||||
returning->appendPoint(p->secs - offset, // start from zero!
|
||||
p->cad, p->hr, p->km - distanceoffset, p->kph,
|
||||
p->nm, p->watts, p->alt, p->lon, p->lat,
|
||||
p->headwind, p->slope, p->temp, p->lrbalance, p->interval);
|
||||
p->headwind, p->slope, p->temp, p->lrbalance, p->lte, p->rte, p->lps, p->rps,
|
||||
p->interval);
|
||||
}
|
||||
|
||||
// lets keep intervals that start in our section truncating them
|
||||
|
||||
Reference in New Issue
Block a user