OVVE / software-controller

Software for the Arduino Mega
Other
1 stars 7 forks source link

link: fix the signedness of packets #33

Closed mrrosen closed 4 years ago

mrrosen commented 4 years ago

Some of the fields of the data and command packets were not of the correct signedness (ie, everything was uint32_t but some fields are int32_t). Fix these fields to ensure correct values are sent and received from the UI.