[chirp_devel] [PATCH] [UV-82] Add support for Baofeng UV-82 VHF/UHF transceiver
Jim Unroe
Wed Jul 10 17:03:12 PDT 2013
On Wed, Jul 10, 2013 at 7:50 PM, Dan Smith <dsmith at danplanet.com> wrote:
> > + u8 rogerrx;
> > } settings[2];
>
> We need to remove the legacy use of settings as an array. This is an
> artifact of a previous bug in bitwise which has since been fixed. Not
> your fault, but by knee-jerk reaction was that this addition would
> break the array :)
>
I've always wondered why it was like this. But I try to leave things alone
that I don't need to change because I don't want to break things.
> > -TDRAB_LIST = ["Off", "A", "B"]
> > +TDRAB_LIST = ROGERRX_LIST = ["Off", "A", "B"]
>
> This is a little confusing, I think we could just use the same list for
> both functions. But, I can't find anything else to complain about, so I
> won't ask you to change it.
>
I originally tested it out using the same list for both functions. I didn't
do it that way because I thought a "TDR" list being used for a "ROGER"
function would be confusing. I supposed the list could have been renamed to
something more generic.
>
> Thanks! :)
>
>
Thank you for your help with getting us started. It's kind of neat adding a
new radio without ever having touched one.
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130710/4f3e2155/attachment-0001.html
More information about the chirp_devel
mailing list