Actions
Bug #11420
closedICOM W32A 12.5 tuning step
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/07/2024
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next
Model affected:
Icom W32A
Platform:
Windows
I read the instructions above:
Yes
Description
When I tried to enter some frequencies I got an error that there wasn't a tuning step available.
The driver for the W32a needs to include the tuning steps. There is a 12.5 step that isn't included in the default steps.
I downloaded the source code, made this change:
I added this for line 76 in the driver. I'm not sure if that's all that needs to be done. STEPS = [5.0, 10.0, 12.5, 15.0, 20.0, 25.0, 30.0, 50.0]
ran it and it worked great.
I think the problem might be that the W32E has different tuning steps. This driver seems to be used for the W32E also.
I can continue to work on this, maybe even split it out into a W32E and W32A driver.
thanks
Files
Actions