Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issues seen when receiving short messages #13

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

zoakesAStuff
Copy link
Contributor

Before: Short messages (<8 bytes) would correctly report
DLC and any bytes sent, but published topic would contain
garbage extra data in unused bytes.

After: Short messages are published with zeros for any unused
bytes instead of line noise.

Before: Short messages (<8 bytes) would correctly report
DLC and any bytes sent, but published topic would contain
garbage extra data in unused bytes.

After: Short messages are published with zeros for any unused
bytes instead of line noise.
@srustanAStuff srustanAStuff merged commit b2d3475 into master Jan 22, 2019
@srustanAStuff srustanAStuff deleted the fix/short_messages branch January 22, 2019 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants