Bug #1263 » uvb5-0x29.patch
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:]
|
- « Previous
- 1
- 2
- Next »