Bug #8391
Typo in Anytone AT-778UV Driver BAND_LIMITS
Status: | Closed | Start date: | 11/02/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jim Unroe | % Done: | 100% |
|
Category: | - | |||
Target version: | chirp-daily | |||
Chirp Version: | daily | Platform: | All | |
Model affected: | AT-778UV |
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.
Associated revisions
[AT-778UV] Fix Mode:02 VHF Band Limit
This patch corrects a typo that affects the Mode:02 VHF lower band limit.
Related to issue #8391
History
Updated by Jim Unroe 4 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Patch submitted.
Jim KC9HI
Updated by Jim Unroe 4 months ago
- Status changed from Resolved to Closed
Fix available in the latest CHIRP daily build.
Jim KC9HI