mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Changed the AvgCadence unit from "bpm" to "rpm".
This commit is contained in:
@@ -201,7 +201,7 @@ static bool avgHeartRateAdded =
|
||||
struct AvgCadence : public AvgRideMetric {
|
||||
|
||||
QString name() const { return "average_cad"; }
|
||||
QString units(bool) const { return "bpm"; }
|
||||
QString units(bool) const { return "rpm"; }
|
||||
void perPoint(const RideFilePoint *point, double,
|
||||
const RideFile *, const Zones *, int) {
|
||||
if (point->cad > 0) {
|
||||
|
||||
Reference in New Issue
Block a user