From 56ee05186cb6297c3ca888bdd2c50f207cae9eb8 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Wed, 5 Oct 2022 23:02:45 +0200 Subject: [PATCH] improved codec2 mode init --- tnc/modem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tnc/modem.py b/tnc/modem.py index 865db473..53105ba7 100644 --- a/tnc/modem.py +++ b/tnc/modem.py @@ -184,6 +184,7 @@ class RF: # --------------------------------------------INIT AND OPEN HAMLIB # Check how we want to control the radio + # TODO: deprecated feature - we can remove this possibly if static.HAMLIB_RADIOCONTROL == "direct": import rig elif static.HAMLIB_RADIOCONTROL == "rigctl":