Bug #10351
closedUV6R Memories->Name Field Width
100%
Description
The Baofeng UV6R supports a 7 character display field for the Memories->Name field, but your structure size is char(6). Would appreciate that field being redefined as char(7).
This issue is present in both the CHIRP-next and CHIRP-daily builds, so this isn't new.
Thanks!
Updated by Jim Unroe almost 2 years ago
- Status changed from New to In Progress
- Assignee set to Jim Unroe
- Target version set to chirp-py3
- Model affected changed from UV6R to UV-6R
Kirk Beasley wrote:
The Baofeng UV6R supports a 7 character display field for the Memories->Name field, but your structure size is char(6). Would appreciate that field being redefined as char(7).
This issue is present in both the CHIRP-next and CHIRP-daily builds, so this isn't new.
Thanks!
This is a duplicate to #6891. However I dug out my UV-6R and confirmed that it definitely does not support 7 character channel names (which was the reason that CHIRP was coded to only support 6). But I do see that the latest Baofeng software that I could find (v1.35) does appear to support 7 character channel names so I will submit a patch that will allow support for 7 character channel names. The 7th character just won't show up on radios that only support 6, like mine.
Jim KC9HI
Updated by Anonymous almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset github|b1d23ec6fd403529ef13e9cc4d9ccf433cb0bc3c.