1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-10-22 16:40:25 -04:00

Remove update_timestamp during _send_direct

This was added 2 years ago with no explanation.
This is causing ack tracking problems as the 2nd time
the packet is transmitted (because of not getting an ack),
the timestamp changes and then the ack lookup doesn't work right.
This commit is contained in:
Walter Boring 2025-10-17 13:01:17 -04:00
parent 0373db958f
commit 6c3c16f09d

View File

@ -83,7 +83,6 @@ def _send_direct(packet, aprs_client=None):
else:
cl = APRSDClient()
packet.update_timestamp()
packet_log.log(packet, tx=True)
try:
cl.send(packet)