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:
Mark Liversedge
2014-09-25 14:31:06 +01:00
parent 36e7fb7caf
commit f4d902dcbb
35 changed files with 198 additions and 42 deletions

View File

@@ -778,6 +778,7 @@ SplitConfirm::createRideFile(long start, long stop)
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,
p->rvert, p->rcad, p->rcontact,
p->interval);
}