Skip to content

Fix RT130 SOH packets' payload being too small

Kien Le requested to merge bug-RT130_soh_packets_payload_too_small into master

Currently, we store the last 1000 bytes of an RT130 SOH packet as its payload. However, the correct size of the payload, as dictated by the code gotten from rt2ms, is 1008 bytes. This merge request fixes this issue.

Merge request reports