mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-05 23:58:46 +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(
|
await write_payload_to_wire_and_add_checksum(
|
||||||
self.channel.iface, self.header, self.transport_payload
|
self.channel.iface, self.header, self.transport_payload
|
||||||
)
|
)
|
||||||
break # TODO temporary disable retransmission
|
|
||||||
# Do not create wait task for last iteration
|
# Do not create wait task for last iteration
|
||||||
if i == max_retransmission_count - 1:
|
if i == max_retransmission_count - 1:
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user