Hi,
I have been playing around with the fit contributor and there is one thing I cant seem to find a solution for:
Time format data!
lets look at pace as an example.
1. Garmin Connect shows pace as this type of format natively "6:00 min/km"
2. avg speed in fit file (per fit SDK) is stored as UINT16.
3. Activity.info of avg speed is in meters per second.
the question is:
how do I store pace in the fit file in a way that the axis that will show in GC will be a "5:50,6:00,6:10..." time axis and not a meters per second one?
or how do i convert the Meters per second float coming from the activity.info (while storing it in a UINT16) to something that GC will recognize to show as pace later and act accordingly?
thanks,