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
send_data() should be using less memory. @scowcron's implementation uses buffered chunks which might be a good way to go. Adding the initial 0x40 to the beginning of the buffer makes using another buffer a necessity at the moment.
The text was updated successfully, but these errors were encountered:
That looks good. Until that gets merged/implemented though, I think the best way to go is to port over your chunked tx buffer idea. 17 bytes isn't much, even for a uC.
send_data()
should be using less memory. @scowcron's implementation uses buffered chunks which might be a good way to go. Adding the initial0x40
to the beginning of the buffer makes using another buffer a necessity at the moment.The text was updated successfully, but these errors were encountered: