We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The position for the multicast group data in the MxGroupStatusReq is fixed:
SWL2001/smtc_modem_core/lorawan_packages/fuota_packages/lorawan_remote_multicast_setup_package.c
Line 714 in 45e19e5
That line should be: uint8_t index_tmp = ans_index+1;
uint8_t index_tmp = ans_index+1;
The text was updated successfully, but these errors were encountered:
Good catch, this issue will be fixed in the next release
Sorry, something went wrong.
Hi @HernandoSergio
This issue is now fixed in new v4.3.0 release and mentioned in CHANGELOG.
Once more thanks for your report
No branches or pull requests
The position for the multicast group data in the MxGroupStatusReq is fixed:
SWL2001/smtc_modem_core/lorawan_packages/fuota_packages/lorawan_remote_multicast_setup_package.c
Line 714 in 45e19e5
That line should be:
uint8_t index_tmp = ans_index+1;
The text was updated successfully, but these errors were encountered: