I was looking to move over to using FIT for my internal activity storage in my Android App IpBike. Unfortunatly I did not realise till just now that I am recodring data not curently in the format at the record level. I have incline which is catered for but I also have Rate of climb. This should probobly be sint16 scaled by 1000 in m/s. I could potentialy recreate the data from the time and altitude numbers but my curent methodology is to just store it when using my own file format.
The format is described as extensible but I can not see any details about getting an extension of this sort added.
Ifor