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
I think the MacCommandBufferIndex should be checked In the beginning of function "AddMacCommand". When I repeat transmitting a mac command like LinkCheck, if the transmission failed, the MacCommandBufferIndex will ourt of it range in the current code.
According to the Table Lora-net#18 in SX1276 Datasheet, the CadDone interrupt is sitting on the DIO3 line, but we're setting some bits in DIO0 mapping instead.
I think the MacCommandBufferIndex should be checked In the beginning of function "AddMacCommand". When I repeat transmitting a mac command like LinkCheck, if the transmission failed, the MacCommandBufferIndex will ourt of it range in the current code.
in my opinion, it should be like:
The text was updated successfully, but these errors were encountered: