mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-17 01: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:
@@ -149,7 +149,7 @@ SlfParser::endElement( const QString&, const QString&, const QString& qName)
|
||||
distance *= KM_PER_MILE;
|
||||
alt *= FEET_PER_METER;
|
||||
}
|
||||
rideFile->appendPoint(secs, cadence, hr, distance, speed, torque, power, alt, lon, lat, headwind, 0.0, RideFile::NoTemp, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, lap);
|
||||
rideFile->appendPoint(secs, cadence, hr, distance, speed, torque, power, alt, lon, lat, headwind, 0.0, RideFile::NoTemp, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, lap);
|
||||
secs += samplingRate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user