mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 17:39:58 +00:00
Add Garmin Running Dynamics Data
.. read from FIT/TCX .. write to JSON .. view in Editor NOTE: They are not on any of the charts yet.
This commit is contained in:
@@ -981,7 +981,8 @@ CriticalPowerWindow::showIntervalCurve(IntervalItem *current, int index)
|
||||
if ((p->secs+f.recIntSecs()) >= current->start && p->secs <= (current->stop+f.recIntSecs())) {
|
||||
f.appendPoint(p->secs, p->cad, p->hr, p->km, p->kph, p->nm,
|
||||
p->watts, p->alt, p->lon, p->lat, p->headwind,
|
||||
p->slope, p->temp, p->lrbalance, p->lte, p->rte, p->lps, p->rps, p->smo2, p->thb, 0);
|
||||
p->slope, p->temp, p->lrbalance, p->lte, p->rte, p->lps, p->rps, p->smo2, p->thb,
|
||||
p->rvert, p->rcad, p->rcontact, 0);
|
||||
}
|
||||
}
|
||||
// for xpower and acceleration et al
|
||||
|
||||
Reference in New Issue
Block a user