From 0326cf612a90a07862c2453934643c1697bd65a1 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 12 Nov 2022 12:40:32 +0100 Subject: [PATCH] fixes #281 --- tnc/data_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index f5e26b7e..63768811 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -493,7 +493,7 @@ class DATA: nack_frame[1:2] = self.session_id # nack_frame[1:4] = static.DXCALLSIGN_CRC # nack_frame[4:7] = static.MYCALLSIGN_CRC - nack_frame[2:3] = snr + nack_frame[2:3] = helpers.snr_to_bytes(snr) nack_frame[3:4] = bytes([int(self.speed_level)]) # TRANSMIT NACK FRAME FOR BURST