We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2b38d commit fefab62Copy full SHA for fefab62
src/mac/LoRaMac.c
@@ -962,7 +962,7 @@ static void ProcessRadioRxDone( void )
962
macMsgJoinAccept.Buffer = payload;
963
macMsgJoinAccept.BufSize = size;
964
965
- // Abort in case if the device isn't joined yet and no rejoin request is ongoing.
+ // Abort in case if the device is already joined and no rejoin request is ongoing.
966
if( ( Nvm.MacGroup2.NetworkActivation != ACTIVATION_TYPE_NONE ) && ( Nvm.MacGroup2.IsRejoinAcceptPending == false ) )
967
{
968
MacCtx.McpsIndication.Status = LORAMAC_EVENT_INFO_STATUS_ERROR;
0 commit comments