Skip to content

Commit f9696de

Browse files
committed
reran black
1 parent 4210fae commit f9696de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_rfm9x.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ def send(self, data, keep_listening=False, tx_header=None):
742742
self._write_u8(_RH_RF95_REG_12_IRQ_FLAGS, 0xFF)
743743
if timed_out:
744744
raise RuntimeError("Timeout during packet send")
745+
745746
def send_with_ack(self, data):
746747
"""Reliabe Datagram mode:
747748
Send a packet with data and wait for an ACK response.

0 commit comments

Comments
 (0)