-
Notifications
You must be signed in to change notification settings - Fork 405
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
LW examples #1034
LW examples #1034
Conversation
LoRaWAN examples update
@HeadBoffin @jgromes looks all good to me. |
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.
Everything looks good to me. If there are no further changes then I think we can merge this and finally get 6.5.0 out!
That wasn't a nice squashed merge, oops, sorry, but it's in :) |
Just the Starter, ABP and Reference.
There is a winkle with ABP nomclementure & the order of parameters between the TTN console and beginABP. The config.h matches the Overview on console but the parameter names don't currently match under the hood. This will only be spotted by someone looking at the code before @StevenCellist corrects it.
There is also the possibility that we can drop the force=true on beginOTAA if there is no session restored from persistence.
Despite the above, this moves things forward and more importantly, some actual proper device testing can be done on other platforms (AVR, SAMD, STM32) and, for the other repro, persistence as well as working on the wiki.
Feel free to enact any changes to get these over the wire please.