-
Notifications
You must be signed in to change notification settings - Fork 3k
Lora: Document all possible error codes for LoRaWANBase methods #7719
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
Lora: Document all possible error codes for LoRaWANBase methods #7719
Conversation
Also duplicate documentation is removed from LoRaWANInterface which inherits LoRaWANBase class.
@hasnainvirk, @AnttiKauppila, @kjbracey-arm, please review. |
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.
LGTM
Copy edit file, mostly for consistent U.S. spelling and precise language.
features/lorawan/LoRaWANBase.h
Outdated
* @return For ABP: If everything goes well, LORAWAN_STATUS_OK is returned for first call followed by | ||
/** Connect OTAA or ABP with parameters | ||
* | ||
* All connection parameters are chosen by the user and provided in the |
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.
Note: Sometimes we say "you," and sometimes we say "the user". If the reader is the user, it should always be "you". If the reader's not the user, who is the reader?
- Modified "user" to "you" - Modified line length to ~100 characters.
Please review again |
Copy edit file for minor grammar nits.
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.
👍
/morph build |
…if not initialized In order have a consistent return value for all methods in case of system is uninitialized now also send and receive methods can return LORAWAN_STATUS_NOT_INITIALIZED.
@hasnainvirk @AnttiKauppila please review again. |
Looks good. |
Build : SUCCESSBuild number : 2803 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2433 |
Good small change. @AnttiKauppila, a small PR update, if you would like to re-review. /morph build |
Build : SUCCESSBuild number : 2811 Triggering tests/morph test |
Strange export build error. /morph export-build |
Exporter Build : SUCCESSBuild number : 2439 |
Exporter Build : SUCCESSBuild number : 2443 |
Test : SUCCESSBuild number : 2546 |
This can be merged, looks good. |
…_values Lora: Document all possible error codes for LoRaWANBase methods
Description
Document all possible error codes for LoRaWANBase methods.
Also duplicate documentation is removed from LoRaWANInterface which
inherits LoRaWANBase class.
Pull request type