fit-php
fit-php copied to clipboard
Not compatible with latest format?
I'm trying to parse my day records exported from the Garmin Connect website. But the records show binary data:
[3] => Array
(
[no:0] => Array
(
[value] => 9���2��ڧ�:5?1�T
[unit] =>
)
)
What's the best way to bring this library up to date to be able to parse these files?
Hi mbirth,
Thanks for looking into this project. I haven't touched it in a long time and have no time to work on it. Your case probably means that you are trying to load a different profile than the one I implemented (protocol_16/profile_511/).
Best, Karel