improved codec2 mode init

This commit is contained in:
dj2ls 2022-10-05 23:02:45 +02:00
parent 2ed79df2be
commit 56ee05186c

View file

@ -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":