1
0
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:
M1nd3r 2025-04-24 13:17:08 +02:00
parent ca696a84cd
commit 2983be7287

View File

@ -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