acan2515 icon indicating copy to clipboard operation
acan2515 copied to clipboard

Allow use of statically allocated buffers

Open rm5248 opened this issue 1 year ago • 0 comments

Allow the use of statically allocated transmit and receive buffers.

This makes it much easier to use on low-memory devices(e.g. an Uno), as if you allocate too much memory the compilation will fail instead of failing at runtime.

rm5248 avatar Sep 24 '23 22:09 rm5248