-
Notifications
You must be signed in to change notification settings - Fork 2.1k
examples/gnrc_lorawan: simplyfy configuration a bit #21526
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
examples/gnrc_lorawan: simplyfy configuration a bit #21526
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sensible to me. However, the README reads to me as if the decision for OTAA or ABP can be done at run-time, and this Makefile reads like it would be a compile-time decision. Could you clarify? (I have no prior knowledge with lorawan)
Both can be used in one binary but there is one default. The OTAA can be disabled at runtime in which case the default becomes ABP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, please squash :)
b12445a
to
53520dd
Compare
Looks like this will need a rebase for |
53520dd
to
5222ef5
Compare
Contribution description
I struggled a bit to figure out what to set and what to enable for
examples/networking/gnrc/gnrc_lorawan
.I would consider this a tiny clean up. Maybe you agree.
Testing procedure
Issues/PRs references
split out from #21202