31 Mar
2016
31 Mar
'16
12:21 p.m.
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