-
Notifications
You must be signed in to change notification settings - Fork 90
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
Board resets when sending message using default access class at index 1 set to normal rate. #114
Comments
do you have any logs of this? did the board assert somewhere? |
Nope didn't get an assert the board would just reset and print the logs from the bootstrap function again. |
hmmm ok, normal rate is automatically being tested, but these tests are very basic. We're not testing low power listening (which is default for access class 0x11) combined with normal rate at this time. Could be that there's still an issue there. |
and what is the reboot reason when the device reboots? |
It didn't show a reason it just rebooted. But I just switched to lo-rate for the background message now because I don't need to increased data speed for that. |
normally one of the first messages when booting is "rebooted with reason X" which should show you the reboot reason. but if it's fixed like this for now, that's also great :) |
I ran into a bug where the B-L072Z-LRWAN1 board would reset when sending a message using access class 1 to normal rate. the code below would cause the board to reset using access class 0x11 in the session config.
The text was updated successfully, but these errors were encountered: