-
Notifications
You must be signed in to change notification settings - Fork 18
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
Should verify whether non-EU868 regions work #8
Comments
Hello, I noticed de the library does not have a good way to select a subband I created this dump function to do the job.
It's not pretty but do the job. |
Another thing to test is whether enabling multiple regions and selecting one at runtime actually works. @ricaun With your suggested |
This removes the hardcoded EU868 region from examples by just querying BasicMac for the first enabled region instead (thanks to Luiz Henrique Cassettari for suggesting this in #9). Additionally, this puts examples of all regional defines in target-config.h and documents that multiple can be defined at the same time (though multiple regions and other regions than EU868 have not been tested yet, see #8).
Yes, I have US915 and AU915 gateways in my lab, I already test each region. Works fine! (Downlink is not working, probably TTN server is buggy). I didn't test both regions at the same time, I need to define both regions on the target-config and to select the region on the code using some like this???
That's it? If I change the I supposed that's the way to select the region on the code... |
Yup, I think that should be enough. You can also just return e.g. |
So far, I've only tested EU868. In #5, some issues with US915 were reported, but maybe the 2.2 update that occurred after that issue fixes these issues?
Anyway, this just needs some testing. If you have hardware for other regions and want to give this a spin, please report your findings here :-)
The text was updated successfully, but these errors were encountered: