[chirp_devel] [PATCH] [Luiton] Add Support for the Luiton LT-898UV Mobile Radio

Dan Smith
Mon Aug 1 07:02:41 PDT 2016


>> diff -r 40bd8f0f9d8b -r 11cecf647509 chirp/drivers/leixen.py
>> --- a/chirp/drivers/leixen.py   Fri Jul 15 10:24:08 2016 -0400
>> +++ b/chirp/drivers/leixen.py   Sun Jul 31 21:59:12 2016 -0400
>> @@ -362,6 +362,7 @@
>>      VENDOR = "Leixen"
>>      MODEL = "VV-898"
>>      BAUD_RATE = 9600
>> +    ALIASES = [LT898UV, ]

This references a thing that is not defined until...

>>
>>      _file_ident = "Leixen"
>>      _memsize = 0x2000
>> @@ -934,6 +935,12 @@
>>              return False
>>
>>
>> +# Declaring Aliases
>> +class LT898UV(chirp_common.Alias):

...here. Which is why it is unhappy.

--Dan



More information about the chirp_devel mailing list