Actions
Bug #9025
closedIcomciv base code mem.duplex
Start date:
04/28/2021
Due date:
05/10/2021
% Done:
60%
Estimated time:
2:00 h
Chirp Version:
daily
Model affected:
(All models)
Platform:
Windows
I read the instructions above:
Description
The icomciv base class code is setting mem.duplex = "split" at line 564, but not all radios have the duplex attribute.
IC-7300 uses split mode, but does not call it duplex. There is no mem.duplex in the memory frame.
Add "if hasattr(memobj, "duplex"):" test.
Updated by Rick DeWitt over 3 years ago
- Status changed from New to Closed
Included in 20210428 build.
Actions