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

Added array of supported bands #1032

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Added array of supported bands #1032

merged 1 commit into from
Mar 26, 2024

Conversation

jgromes
Copy link
Owner

@jgromes jgromes commented Mar 24, 2024

Discussed in #1029.

In the end I just added an array of currently implemented bands without an additional LoraWANNode constructor. This can be used pretty easily like this:

LoRaWANNode node(&radio, LoRaWANBands[BandEU868]);

Since most users will likely set a fixed band at compile time, this was intentionally not propagated to examples.

To be merged after #995

@jgromes jgromes merged commit 648b455 into master Mar 26, 2024
30 checks passed
@jgromes jgromes deleted the lorawan_bands branch March 26, 2024 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant