mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7520 from hasnainvirk/cont_join_issue
LoRaWAN: Wrong return code for JoinRequest retrypull/7512/merge
commit
d91d3a6e4c
|
@ -772,7 +772,7 @@ bool LoRaMac::continue_joining_process()
|
|||
}
|
||||
|
||||
// Schedule a retry
|
||||
if (handle_retransmission() != LORAWAN_STATUS_OK) {
|
||||
if (handle_retransmission() != LORAWAN_STATUS_CONNECT_IN_PROGRESS) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue