Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow use of statically allocated buffers #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rm5248
Copy link

@rm5248 rm5248 commented Sep 24, 2023

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant