-
Notifications
You must be signed in to change notification settings - Fork 63
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
Example application overrides EUIs while using LR11xx crypto #6
Comments
Thank you for your inquiry. Customers are encouraged to submit technical questions via our dedicated support portal at https://semtech.force.com/ldp/ldp_support. We invite all users to visit the LoRa Developer Portal Forum at https://forum.lora-developers.semtech.com and to join the thriving LoRa development community! |
Thanks @adriansmares - I'll report that internally to update it for the next release. FYI - examples in the LoRa Basics Modem SDK already have it implemented this way. |
Hi @adriansmares ! |
Hi @adriansmares ! We add this feature in the new v3.3.0 release. |
The example application overrides the DevEUI/JoinEUI and AppKey always on reset:
SWL2001/utilities/user_app/main_examples/main_exti.c
Lines 200 to 211 in 0979db3
This should be a bit more nuanced, since if the example is compiled with
CRYPTO=LR11XX_WITH_CREDENTIALS
, one may expect that the EUIs are really the ones 'on the board'. Maybe the overrides should be guarded by aifdef
forUSE_PRE_PROVISIONED_FEATURES
?The text was updated successfully, but these errors were encountered: