Skip to content
New issue

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 configure value of random(limit) instead of hard-coded random(50) in backoff #7

Open
SunitRaut opened this issue Jan 11, 2021 · 1 comment

Comments

@SunitRaut
Copy link
Owner

Let the user modify value of random number limit as per requirement by declaring a define statement in WSN_RFM69.h

@SunitRaut
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant