SoftWire icon indicating copy to clipboard operation
SoftWire copied to clipboard

Support buffers >= 256 bytes?

Open acscd opened this issue 1 year ago • 0 comments

Although quite rare, there are some applications where one needs to send or receive buffers >= 256 bytes.

This can be supported simply by changing some uint8_t variables to size_t.

The attached diffs contain the required changes.

SoftWire.cpp.diff.txt SoftWire.h.dif.txt

acscd avatar Nov 16 '24 16:11 acscd