scrapper / postrunner

Application to manage FIT files such as those produced by Garmin fitness devices
GNU General Public License v2.0
62 stars 14 forks source link

correct average cadence for cycling #41

Closed masneyb closed 1 year ago

masneyb commented 1 year ago

The avg_cadence field already contains the average cadence. There's no need to double the value.

masneyb commented 1 year ago

Before this change the generated HTML page would report the following for one of my activities:

Avg. Cadence: 156 rpm

After this change it now reports:

Avg. Cadence: 78 rpm

This lines up with what's reported on the cadence graph.

cadence