Slight delay to ack

Added slight delay to ack now that acks are being requested due to the Message ID addition towork around apps and duplicate messages
This commit is contained in:
TC² 2025-01-17 07:42:15 -05:00
parent 1489b88bd2
commit 917797789c

View File

@ -84,6 +84,7 @@ def send_ack(ki, aprs_frame):
info=ack_info,
)
ki.write(frame)
time.sleep(0.3) # delay to ensure ack is sent
except Exception as e:
print(f"Failed to send ACK: {e}")