From a946ca65550a7f58d7723ca76217a11e25938931 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 25 Dec 2022 09:19:55 +0100 Subject: [PATCH] dont send beacon when busy --- tnc/data_handler.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tnc/data_handler.py b/tnc/data_handler.py index 411c7ac3..6ff24406 100644 --- a/tnc/data_handler.py +++ b/tnc/data_handler.py @@ -2445,6 +2445,9 @@ class DATA: not static.ARQ_SESSION and not self.arq_file_transfer and not static.BEACON_PAUSE + and not static.CHANNEL_BUSY + and static.TNC_STATE not in ["busy"] + and not static.ARQ_STATE ): self.send_data_to_socket_queue( freedata="tnc-message",