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

Fix #222: change all LoRaWAN classes to use Arduino_LoRaWAN_network #223

Merged
merged 2 commits into from
Oct 3, 2019

Conversation

terrillmoore
Copy link
Member

This cleans things up a lot by introducing an intermediate object that everyone can reference (rather than copy/paste from CatenaFeatherM0). Resulting class diagram makes me happier.

image

This is a bug fix because the previous method was only done in CatenaFeatherM0::LoRaWAN, not in the other places. This is an enhancement because rather than copying the wrong way, we rely on a centralized fix.

@terrillmoore terrillmoore merged commit 69bbd9b into master Oct 3, 2019
@terrillmoore terrillmoore deleted the issue222 branch October 3, 2019 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant