You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an activity tracker and I have an issue with this module. I've tried with files coming from differents bikes computers and from a Fenix 7X and I have the issue every time.
A message may contains only few fields and the rest of the fields will be set to its corresponding invalid value. It's up to the creator of the FIT file what's to include in the message. When the field is invalid, in this case AvgSpeed, AvgSpeedScaled() will return NaN value to indicate that the field AvgSpeed is invalid. The best practice is to check the validity of the value first before processing the field:
Another suggestion, you can use fitconv or fitprint CLI to help you debug what's in the file since you might be working with FIT files created from different manufacturers. Some manufacturers may prefer using some fields over the others.
Hi guys,
I'm working on an activity tracker and I have an issue with this module. I've tried with files coming from differents bikes computers and from a Fenix 7X and I have the issue every time.
Here is my code :
and the result :
what am I doing wrong ?
thanks for you answer.
The text was updated successfully, but these errors were encountered: