From 9d9f9c15877e38cc76056eff32de0489747c9bb5 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sun, 23 Apr 2023 15:02:45 +0200 Subject: [PATCH] codec2 doesnt trigger busy state anymore --- tnc/modem.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tnc/modem.py b/tnc/modem.py index fe09b685..48c883ca 100644 --- a/tnc/modem.py +++ b/tnc/modem.py @@ -792,8 +792,6 @@ class RF: # we need to disable this if in testmode as its causing problems with FIFO it seems if not TESTMODE: static.IS_CODEC2_TRAFFIC = True - # set channel busy state to True - static.CHANNEL_BUSY = True self.log.debug( "[MDM] [demod_audio] modem state", mode=mode_name, rx_status=rx_status,