mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 18:00:59 +00:00
Fixed UDP transport
This commit is contained in:
parent
ec870f3a57
commit
ab514b6bb5
@ -71,7 +71,7 @@ class UdpTransport(Transport):
|
|||||||
time.sleep(0.001)
|
time.sleep(0.001)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
report_id = data[0]
|
report_id = ord(data[0])
|
||||||
|
|
||||||
if report_id > 63:
|
if report_id > 63:
|
||||||
# Command report
|
# Command report
|
||||||
|
Loading…
Reference in New Issue
Block a user