mirror of
https://github.com/TheCommsChannel/TC2-APRS-BBS.git
synced 2025-02-10 04:09:04 -05: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
@ -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…
x
Reference in New Issue
Block a user