mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-20 09:09:02 +00:00
TEMP: Disable message retransmission - this is a hotfix, should not be used in PROD!!!
This commit is contained in:
parent
6b2ed6af41
commit
70c87592f1
@ -34,7 +34,7 @@ class TransmissionLoop:
|
||||
await write_payload_to_wire_and_add_checksum(
|
||||
self.channel.iface, self.header, self.transport_payload
|
||||
)
|
||||
|
||||
break # TODO temporary disable retransmission
|
||||
# Do not create wait task for last iteration
|
||||
if i == max_retransmission_count - 1:
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user