Project

General

Profile

Bug #1263 » uvb5-0x29.patch

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

View differences:

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