Actions
Bug #8391
closedTypo in Anytone AT-778UV Driver BAND_LIMITS
Start date:
11/02/2020
Due date:
% Done:
100%
Estimated time:
Chirp Version:
daily
Model affected:
AT-778UV
Platform:
All
I read the instructions above:
Description
There is a typo in the anytone778uv.py driver that affects the Mode:02 VHF lower band limit.
BAND_LIMITS = {0x00: [(144000000, 148000000), (430000000, 440000000)], 0x01: [(134000000, 174000000), (400000000, 490000000)], 0x02: [(144000000, 146000000), (430000000, 440000000)]}
The driver currently sets the Mode:02 (0x01:) VHF lower limit to 134.000 MHz (134000000). The affected radio models only allow VHF frequencies down to 136.000 MHz (136000000) while Mode:02 (0x01) is selected.
Models affected: AnyTone AT-778UV, Retevis RT95, CRT Micron UV and Midland DBR2500.
Updated by Jim Unroe about 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Patch submitted.
Jim KC9HI
Updated by Jim Unroe almost 4 years ago
- Status changed from Resolved to Closed
Fix available in the "latest CHIRP daily build":https://trac.chirp.danplanet.com/chirp_daily/LATEST/.
Jim KC9HI
Actions