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
Make cobs_encode_inc look like cobs_decode_inc - each call to cobs_encode_inc should take src + dst pointers, so that you don't need enough RAM to hold a fully-encoded buffer if you don't need that.
The text was updated successfully, but these errors were encountered:
charlesnicholson
changed the title
cobs_encode_inc communicates how many bytes can be sent
Rewrite cobs_encode_inc to support small buffers
Dec 30, 2023
Make
cobs_encode_inc
look likecobs_decode_inc
- each call tocobs_encode_inc
should take src + dst pointers, so that you don't need enough RAM to hold a fully-encoded buffer if you don't need that.The text was updated successfully, but these errors were encountered: