session = Record.createSession({:name=>"Swim", :sport=>Record.SPORT_SWIMMING});
headingField = session.createField("heading",3,Fit.DATA_TYPE_FLOAT,{:units=>"radians", :count=>10});
session.start()
headingField.setData(headingValues);
The values are saved correctly in the FIT-File.
Is it possible to get these saved values in the simulator? If yes, how?
I uploaded the fit file here, because I can't add it as attachment: FIT-File