Skip to content

Commit

Permalink
Show display status at MLME-Request.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anol Paisal committed Jul 15, 2021
1 parent 7b800bf commit 10b7b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/LoRaMac/common/LmHandlerMsgDisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ void DisplayMacMlmeRequestUpdate( LoRaMacStatus_t status, MlmeReq_t *mlmeReq, Ti
{
printf( "Next Tx in : %lu [ms]\n", nextTxIn );
}
sPaint_lora.status = MacStatusStrings[status];
}

void DisplayJoinRequestUpdate( LmHandlerJoinParams_t *params )
Expand Down

0 comments on commit 10b7b41

Please sign in to comment.