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.
2 parents e242320 + 40c3498 commit 9825b34Copy full SHA for 9825b34
adafruit_rfm/rfm_common.py
@@ -528,6 +528,7 @@ async def asyncio_receive_with_ack( # noqa: PLR0912
528
node=packet[0],
529
identifier=packet[2],
530
flags=(packet[3] | _RH_FLAGS_ACK),
531
+ keep_listening=keep_listening,
532
)
533
# reject Retries if we have seen this idetifier from this source before
534
if (self.seen_ids[packet[1]] == packet[2]) and (
0 commit comments