Open rm5248 opened 1 year ago
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.
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.