We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let the user modify value of random number limit as per requirement by declaring a define statement in WSN_RFM69.h
The text was updated successfully, but these errors were encountered:
Added #define MAX_BACKOFF 50 in WSN_RFM69.h (commit: 446b161) Changes made at two places in WSN_RFM69.cpp: random(MAX_BACKOFF) - commit 0017d3e
Awaiting final testing and push to release tag
Sorry, something went wrong.
No branches or pull requests
Let the user modify value of random number limit as per requirement by declaring a define statement in WSN_RFM69.h
The text was updated successfully, but these errors were encountered: