1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-03 14:48:53 +00:00
trezor-firmware/python/src/trezorlib/transport
Roman Zeyde 49c9ad04cd feat(python): ignore unrelated responses
Old responses may be still in the receive queue
(blocking the device from handling new requests).

Let's "flush" them before starting the test.

[no changelog]
2025-03-17 20:16:14 +02:00
..
__init__.py feat(python): add a timeout argument to read() from transport 2025-03-17 20:16:14 +02:00
bridge.py feat(python): add a timeout argument to read() from transport 2025-03-17 20:16:14 +02:00
hid.py feat(python): add a timeout argument to read() from transport 2025-03-17 20:16:14 +02:00
protocol.py feat(python): ignore unrelated responses 2025-03-17 20:16:14 +02:00
udp.py feat(python): ignore unrelated responses 2025-03-17 20:16:14 +02:00
webusb.py feat(python): add a timeout argument to read() from transport 2025-03-17 20:16:14 +02:00