mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +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:
@@ -132,7 +132,7 @@ struct SyncFileReaderState
|
||||
km += intSecs * kph / 3600.0;
|
||||
rideFile->setRecIntSecs(intSecs);
|
||||
rideFile->appendPoint(*secs, cad, hr, km, kph, nm, watts, alt, lng, lat, headwind, grade, temp, 0.0,
|
||||
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, interval);
|
||||
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, interval);
|
||||
|
||||
*secs = *secs + intSecs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user