[chirp_devel] [PATCH] [UV-5R] Add Support for Baofeng UV-82HP

Jim Unroe
Mon Jun 15 20:39:15 PDT 2015


On Mon, Jun 15, 2015 at 5:04 PM, Dan Smith <dsmith at danplanet.com> wrote:
>> # HG changeset patch
>> # User Jim Unroe <rock.unroe at gmail.com>
>> # Date 1434386153 14400
>> # Node ID 5812f268ba3b5eb9f5b387261e8220d4fb4091bf
>> # Parent  798aecff3d61cf90f53793784ae1272f218ebf50
>> [UV-5R] Add Support for Baofeng UV-82HP
>
> Thanks!
>
>> -        if self.MODEL == "KT-980HP" or self.MODEL == "BF-F8HP":
>> +        if self.MODEL == "KT-980HP" or self.MODEL == "BF-F8HP" \
>> +                or self.MODEL == "UV-82HP":
>
> Just FYI, something like this can be more expedient once you get to this
> many options:
>
>   if self.MODEL in ("KT-980HP", "BF-F8HP", "UV-82HP"):
>
> --Dan
>

Thanks Dan.



More information about the chirp_devel mailing list