-
Notifications
You must be signed in to change notification settings - Fork 164
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
Extra Pipes #215
Extra Pipes #215
Conversation
Add support for any number of 'pipes' that are available for addressing. Allows wider range of addressing on NRF52x devices
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.
It's so simple and clean! 😃
Co-authored-by: Brendan <[email protected]>
Co-authored-by: Brendan <[email protected]>
Citing a concern from #201 OP
I think Lines 1134 to 1138 in a334fa6
|
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.
oops! I didn't see that change's context... LGTM
Finally found some time to play around with this and it was pretty easy to implement. Just a few questions now like whether to try and support mixed networks (I don't really like that idea) but it seems to work fine.
Instructions:
#201