Closed masneyb closed 1 year ago
This change is required by this change to postrunner: https://github.com/scrapper/postrunner/pull/36
I don't like the way the C to F conversion is done. I've implemented a more generic way that supports an additional offset when needed.
The FIT file format stores temperatures in celsius. There's no fixed multiplier for converting celsius to fahrenheit so add a new function convert_value() that accepts the original value so that it can be properly converted.