I just tried to generate a manufacturer specific message this way,
but for me it seems not to work. I use FitSDK1.2 and got the following message when trying to define a new message:
WARNING "hardware" message not found in profile. See config.csv line 303.
My approach:
1) Add 'hardware' message to profile.xls and save .csv files.
types.csv:
mesg_num,uint16,,,
...other messages...
,,hardware,65281,
messages.csv:
Message Name,Field Name,Products:,SDK
hardware,,,""
,message_index,,"1"
,version,,"1"
,part_number,,"16"
What am I doing wrong? Thanks in advance