Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

EventMsg setGearChangeData changes with 20.02

RankRankRankRank

Total Posts: 122

Joined 2010-10-25

PM

I am trying to update to SDK 20.02. There are minor changes needed for the new SDK for the file integrity checking and setting the protocol version which are OK.

There looks to be an issue though with the API for setting the gearChangeData in an EventMsg the code before used to take an int but it's now wanting a float. If I just cast the value I have prepared that used to work to a float it looks well messed up when I look at a web site that is using the data.

Ifor      
RankRankRank

Total Posts: 68

Joined 0

PM

We have found the problem in the SDK generator. This will be fixed for the 20.03 SDK release planned for 2016-06-14

Thank you for your feedback!      
RankRankRankRank

Total Posts: 122

Joined 2010-10-25

PM

Good to know. I have it working as is using the lower level setData32 call instead.