Actions
Bug #11365
openQuansheng Band Tuning Step incorrect (Stock firmware)
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/30/2024
Due date:
% Done:
0%
Estimated time:
Chirp Version:
next
Model affected:
Quansheng K5(8)
Platform:
Windows
I read the instructions above:
Yes
Description
Using stock firmware and CHIRP 20240524.
When I try to set a Tuning Step for band F3(135M-174M)A, the next higher step value is loaded into the radio (except for 8.33).
For instance, if I try to load a 1kHz step, a 2.5kHz tuning step is loaded. It feels like an off-by-1 bug indexing into the list of
possible steps, but I can't explain the 8.33, which should have taken an IndexError. Perhaps the try/except substituted the highest
value, 25.0?
I have not tried other bands, but I assume they all use common code.
Here is a table of steps, all numbers are kHz.
Asked -> Loaded
1 -> 2.5
2.5 -> 5.0
5.0 -> 6.25
6.25 -> 10.0
10.0 -> 12.5
12.5 -> 25.0
25.0 -> 8.33
8.33 -> 25.0
Actions