This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to set the odometer value?

Or maybe I can set activity distance in my edge 540?

  • I tried to use FIT SDK, but its doesnt work :( 
    I run first command:

    java -jar ./FitCSVTool.jar ./Totals.fit

    and got csv file, then I can change it, but next command:

    java -jar ./FitCSVTool.jar -c ./Totals.csv ./Totals2.fit

    for convert back to fit doesn work, I got an error:

    Encoding ./Totals.csv into FIT binary file ./Totals2.fit.

    Ignored 23 unknown field(s) and 0 unknown message(s) during encoding.

     

  • I did it with https://github.com/muktihari/fit/tree/master/cmd/fitconv, 

    it didn't work the first time

    In the last time i edited total.fit to csv and back to fit and also add csv file to newFiles directory, maybe it helped Face palm