You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we added channel shuffle map save/restore support (377f066) we didn't realize that this changed the layout of the US version of the session channel mask. This causes compatibility problems when upgrading images built in the interim between 6158a1c and 377f066.
The appropriate thing is to validate the size of the ChannelMask using the header in Arduino_LoRaWAN::ApplySessionState().
The text was updated successfully, but these errors were encountered:
When we added channel shuffle map save/restore support (377f066) we didn't realize that this changed the layout of the US version of the session channel mask. This causes compatibility problems when upgrading images built in the interim between 6158a1c and 377f066.
The appropriate thing is to validate the size of the ChannelMask using the header in
Arduino_LoRaWAN::ApplySessionState()
.The text was updated successfully, but these errors were encountered: