I did some exercises about fitcontributor and i noticed that it is possible to store a vector of data simply passing to field the array and the number of items into it. I coded and i can say it works but the graph i get on garmin connect shows always time steps of 1 second. I setup a timer of 100ms, retrieve 10 samples, push a vector of 10 samples each sec. In my mind i thougth this would produce a graph of many 10-vectors with elements spaced of 100ms ... was it supposed to be or i was wrong?
thank you