Hi developers,
In Fit SDK examples/Activity.csv line 1167 has the following (replaced some parts with ellipsis):
Data,0,lap,..,avg_speed,"7.134",m/s,...,enhanced_avg_speed,"7.134|7.134"...
enhanced_max_speed has a list of values (7.134|7.134) but based on the specification it should be a single value (and be extracted from avg_speed unless both are specified in the original fit file).
Am I misinterpreting something or this is indeed a bug?
Thanks!