-
Notifications
You must be signed in to change notification settings - Fork 964
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
Rename message length headers and set payload max to 255 #4827
Conversation
Unfortunately it looks like messages were going via another node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me, and based on a small amount of testing appears to improve things for my devices.
However, will leave merge to people who are more versed in radio things ;)
Wait what? ... what? |
Also, T114 doesn't crash on sending long messages now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good find!
5195f54
to
ab6d009
Compare
7181663
to
2155dc0
Compare
* Rename message length headers and set payload max to 255 * Add MESHTASTIC_PKC_OVERHEAD * compare to MESHTASTIC_HEADER_LENGTH --------- Co-authored-by: Thomas Göttgens <[email protected]>
As per Semtech's documentation, the payload max length is actually 255 bytes. https://www.mouser.com/datasheet/2/761/sx1276-1278113.pdf page 65