You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround issue when recevied serial packets are too large (#25)
Adds a workaround to trim the front off any packets that are larger than expected. This should help in the case the start of the packet was not correctly found.
To turn off the workaround, specify `ser.TRIM_LARGE_PACKETS = False` where `ser` is `MateNETSerial`.
This does not apply when using the PJON transport.
Also adds packet length checking for known packet types, for robustness.
Resolves#22
0 commit comments