Hello,
when I write a deviceInfo message using the java EncodeExample I can save Strings in the descriptor property of the deviceInfo message.
However if I try doing the same with my self compiled c FIT SDK (where I added some custom messages) I can only write one character into the DeviceInfo message.
Does anyone know if I can redefine the length of the descriptor in the c source code so that I can also save longer Strings in there?
Thanks for your help.