mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-29 20:28:45 +00:00
Revert "TEMP: Disable message retransmission - this is a hotfix, should not be used in PROD!!!"
This reverts commit 70c87592f1
.
This commit is contained in:
parent
ca696a84cd
commit
2983be7287
@ -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