1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-15 23:05:45 +00:00

TEMP: Disable message retransmission - this is a hotfix, should not be used in PROD!!!

This commit is contained in:
M1nd3r 2025-03-21 13:43:25 +01:00
parent d57daf9e14
commit 654484c6a4

View File

@ -34,6 +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
self.wait_task = loop.spawn(self._wait(i))
try:
await self.wait_task