[chirp_devel] [PATCH] [ic9x] Fix communication problems with Icom IC91/92
# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1400665720 -7200 # mer mag 21 11:48:40 2014 +0200 # Node ID f217d76fadd8cb354b9e09ad69e390f6f5424e70 # Parent 25b60503531f5baea12904f8a4569652829fe76b [ic9x] Fix communication problems with Icom IC91/92
Icf file importer was registered in directory, that's useless and overwrites actual ic9x driver
Fix #1649
diff --git a/chirp/ic9x_icf.py b/chirp/ic9x_icf.py --- a/chirp/ic9x_icf.py +++ b/chirp/ic9x_icf.py @@ -15,7 +15,8 @@
from chirp import chirp_common, icf, ic9x_icf_ll, util, directory, errors
-@directory.register +# Don't register as this module is used to load icf file from File-Open menu +# see do_open in mainapp.py class IC9xICFRadio(chirp_common.CloneModeRadio): VENDOR = "Icom" MODEL = "IC-91/92AD"
participants (1)
-
Marco Filippi IZ3GME