-
Notifications
You must be signed in to change notification settings - Fork 40
Troubles creating "course" file types #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting the issue. I made the file types structs a long time ago based on the PDF, But, as you say, I can see it mentioned here: https://developer.garmin.com/fit/file-types/course/ I think it would be easy to just add an I can try to do it later, but a PR is also welcome. |
Adding that fixed it and I've submitted a PR :-) |
Tagged |
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use this library to generate fit files of the type "course".
I'm able to generate them, but they always come out as invalid.
After a lot of investigation, it turns out that the main issue is that for a "course" file, the SDK doesn't allow you to define event messages (it only allows this for "activity" files). From what I can read in the Garmin Fit SDK and the cookbook samples, the timer events are required.
Am I overlooking something or does the SDK currently doesn't allow you to do this?
The text was updated successfully, but these errors were encountered: