[chirp_devel] [PATCH][BTECH] Fixed Bug with the upload for BTECH 2501+220, fixes #3015

M.Sc. Pavel Milanes Costa
Thu Mar 31 12:21:24 PDT 2016



El 31/03/16 a las 12:51, Dan Smith via chirp_devel escribió:
>> +            # but 2501+220 send two with the ACK at the end, read it
>> >+            if "+220" in radio.MODEL:
>> >+                ack = _rawrecv(radio, 1)
>> >+
>> >+            if len(ack) != 1 or ack != ACK_CMD:
> I don't think you need the len check here, right? What are you looking
> for that isn't covered by "ack != ACK_CMD" ?


Right, maybe I pass this out or it was related to the previous code and 
I missed to fix it, no problem, will do.

73



More information about the chirp_devel mailing list