Idk
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
DEBUG=True
|
||||
DEBUG_MESSAGES=True
|
||||
DEBUG_DANGEROUS_AREA=False
|
||||
DEBUG_TEMPERATURE_ALERT=True
|
||||
DEBUG_TEMPERATURE_ALERT=False
|
||||
DEBUG_SHORTER_COOKING_PLAN=True
|
||||
DEBUG_DISHANALYZER=True
|
||||
|
||||
|
||||
@@ -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