Skip to content

Commit 302efd3

Browse files
author
=Dale Weber
committed
Remove the "RuntimeError: Timeout during packet send" error generated when
the send times out. Nothing else was changed.
1 parent a4c646a commit 302efd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_rfm69.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,6 @@ def send(self, data, timeout=2., keep_listening=False,
727727
else:
728728
# Enter idle mode to stop receiving other packets.
729729
self.idle()
730-
if timed_out:
731-
raise RuntimeError('Timeout during packet send')
732730

733731
def receive(self, timeout=0.5, keep_listening=True, with_header=False,
734732
rx_filter=_RH_BROADCAST_ADDRESS):

0 commit comments

Comments
 (0)