Skip to content

Commit d91d3a6

Browse files
author
Cruz Monrreal
authored
Merge pull request #7520 from hasnainvirk/cont_join_issue
LoRaWAN: Wrong return code for JoinRequest retry
2 parents 2188110 + 4a4f8de commit d91d3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/lorawan/lorastack/mac/LoRaMac.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ bool LoRaMac::continue_joining_process()
772772
}
773773

774774
// Schedule a retry
775-
if (handle_retransmission() != LORAWAN_STATUS_OK) {
775+
if (handle_retransmission() != LORAWAN_STATUS_CONNECT_IN_PROGRESS) {
776776
return false;
777777
}
778778

0 commit comments

Comments
 (0)