mirror of
https://github.com/TheCommsChannel/TC2-APRS-BBS.git
synced 2025-06-28 07:47:26 -04:00
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:
parent
1489b88bd2
commit
917797789c
1 changed files with 1 additions and 0 deletions
|
@ -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}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue