mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
* FitRideFile: handle single values in decodeHRV() Currently only records of type ListValue are handled, but single RR-intervals can also come as type SingleValue. Before such records were silently ignored. * FitRideFile: Unify indentation of decodeHRV() The indentation before was a mix of tabs and spaces, which made the code quite a challenge to read. This unifies to use 4 spaces at least throughout the function. * Added test file Fixes #3297