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

Set unused header bytes to zero for future use #3479

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

GUVWAF
Copy link
Member

@GUVWAF GUVWAF commented Mar 23, 2024

Currently the PacketHeader is 16 bytes, but only 14 are used. The remaining two can take any value depending on what is in that memory location. To ensure a smooth transition for when those two bytes will be used in the future (e.g. PR #2856), force them to 0 now.

@thebentern thebentern merged commit 4cce4c7 into meshtastic:master Mar 23, 2024
69 checks passed
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.

None yet

2 participants