1
0
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:
M1nd3r 2025-04-14 16:39:02 +02:00
parent 6b2ed6af41
commit 70c87592f1

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