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

fix object size mismatch for str #59

Merged
merged 1 commit into from
May 14, 2022
Merged

Conversation

inmerso
Copy link
Contributor

@inmerso inmerso commented May 13, 2022

Should fix #58

@PowerBroker2
Copy link
Owner

This example was originally meant to receive packets from an Arduino via USB and the Arduino transmit code also sent a null terminator, so the extra byte is needed. I would be open to changing the Arduino code to not send the null and make the example more interoperable.

@PowerBroker2
Copy link
Owner

Actually, I went ahead and updated the Arduino transmit examples so that this merge will work

@PowerBroker2 PowerBroker2 merged commit 6958f93 into PowerBroker2:master May 14, 2022
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.

Example code error. size mismatch?
2 participants