[chirp_devel] [PATCH 1 of 3] [mq]: kt8900
Pavel Milanes (CO7WT)
Fri May 13 05:46:32 PDT 2016
El 12/05/16 a las 23:01, Dan Smith via chirp_devel escribió:
>> - raise errors.RadioError("Radio didn't entered in the clone mode")
>> + if radio.MODEL == "KT8900":
>> + error = "Radio didn't entered in clone mode; there is a
>> generation"
>> + error += " of this radios that are a clone of the WACCOM
>> Mini-8900"
>> + error += " please try that also."
>> + raise errors.RadioError(error)
>> + else:
>> + raise errors.RadioError("Radio didn't entered in the clone
>> mode")
> This was wrong before, but I didn't catch it; let's get it right since
> we're changing it now anyway. The error should be:
>
> "Radio did not enter clone mode"
>
> ...to be correct.
>
> Thanks!
>
> --Dan
Hi Dan,
I had troubles making hg patchbomb working with gmail an tried to sent
it by the other way...
Thanks for the correction, I'm still learning English every day...
73 Pavel CO7WT
More information about the chirp_devel
mailing list