From e4b901adad967fec437a218c2f9b963e4daccb7e Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Sun, 24 Apr 2022 18:43:50 -0400 Subject: [PATCH] Adding callsign for ID after stop transmission. --- tnc/data_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index e764971a..53b4fb56 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -1541,6 +1541,7 @@ class DATA(): stop_frame[:1] = bytes([249]) stop_frame[1:4] = static.DXCALLSIGN_CRC stop_frame[4:7] = static.MYCALLSIGN_CRC + stop_frame[7:13] = helpers.callsign_to_bytes(self.mycallsign) txbuffer = [stop_frame] static.TRANSMITTING = True