mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Add Left/Right Power Support
Add Left/Right Power Balance for FIT and Polar HRM parsers Add Left/Right Balance metric Add Left/Right series to Ride Chart Fixes #711.
This commit is contained in:
@@ -772,7 +772,7 @@ 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->interval);
|
||||
p->headwind, p->slope, p->temp, p->lrbalance, p->interval);
|
||||
}
|
||||
|
||||
// lets keep intervals that start in our section truncating them
|
||||
|
||||
Reference in New Issue
Block a user