Closed mrrosen closed 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.
uint32_t
int32_t
Some of the fields of the data and command packets were not of the correct signedness (ie, everything was
uint32_t
but some fields areint32_t
). Fix these fields to ensure correct values are sent and received from the UI.