Idk
This commit is contained in:
@@ -81,7 +81,7 @@ class BaseLoraDevice:
|
||||
|
||||
return packet
|
||||
|
||||
def send_reliable(self, payload, max_retries=4, ack_timeout=3.0):
|
||||
def send_reliable(self, payload, max_retries=5, ack_timeout=3.0):
|
||||
"""Sends a payload and listens in a single continuous RX window for the ACK."""
|
||||
|
||||
with self.tx_lock:
|
||||
|
||||
Reference in New Issue
Block a user