Skip to content

Commit 9825b34

Browse files
authored
Merge pull request #18 from jerryneedell/jerryn_listen
restore listen mode after ack packet set
2 parents e242320 + 40c3498 commit 9825b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_rfm/rfm_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ async def asyncio_receive_with_ack( # noqa: PLR0912
528528
node=packet[0],
529529
identifier=packet[2],
530530
flags=(packet[3] | _RH_FLAGS_ACK),
531+
keep_listening=keep_listening,
531532
)
532533
# reject Retries if we have seen this idetifier from this source before
533534
if (self.seen_ids[packet[1]] == packet[2]) and (

0 commit comments

Comments
 (0)