-
Notifications
You must be signed in to change notification settings - Fork 25
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
TCX-Output Modification #32
Comments
Hi @p-val, Unfortunately @profanum429 seems to have abandoned this project. The code to include the missing build information is actually in the project (was borrowed, with my permission) from my Bipolar project, however the code has been commented out by @profanum429. You can see the code here: https://github.com/profanum429/v800_downloader/blob/master/src/bipolar/polar/v2/trainingsession.cpp#L2251 You can uncomment the code, and re-compile. You'll just need to define the (The Bipolar project use the QMake build system to set the Cheers. |
Hi Paul,
thank you for the reply within 2 hours - wow!
I do have the modified trainingsession.cpp ready for a compile.
Would you please line out which steps I have to take to get the an executable
binary (Linux, Leap 42.3)? My programming skills are outdated :( (Cobol,
Assembler).
Tnx a lot!
Peter
… Hi @p-val,
Unfortunately @profanum429 seems to have abandoned this project.
The code to include the missing build information is actually in the project
(was borrowed, with my permission) from my Bipolar project, however the
code has been commented out by @profanum429.
You can see the code here:
https://github.com/profanum429/v800_downloader/blob/master/src/bipolar/pola
r/v2/trainingsession.cpp#L2251
You can uncomment the code, and re-compile. You'll just need to define the
`BUILD_USER` (or simply edit it out and put your own name in).
(The Bipolar project use the QMake build system to set the `BUILD_USER` from
the current logged-in user at build time).
Cheers.
|
sorry, closed it accidently! |
I am using py_trainer to analyze my data.
v800_downloader works out of the box with my M400.
Now, to be able to import the *.tcx files in py_trainer, a small addition in the xml is needed (Build tag).
Would be nice if this change can be implemented without hurting other users.
Tnx
Peter
The text was updated successfully, but these errors were encountered: