Project

General

Profile

Bug #1263 » uvb5-0x29.patch

Chet Sorbagno, 11/24/2013 02:23 AM

View differences:

chirp/uvb5.py
raise errors.RadioError("Invalid response for address 0x%04x" % i)
radio.pipe.write("\x06")
ack = radio.pipe.read(1)
if ack not in ('\x74', '\x78', '\x1f'):
if ack not in ('\x74', '\x78', '\x1f', '\x29'):
print util.hexprint(ack)
raise errors.RadioError("Unexpected response")
data += result[4:]
(2-2/2)