1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 04:22:07 +00:00

temp add debug print to pairing

This commit is contained in:
M1nd3r 2024-09-02 12:40:11 +02:00
parent 2f492adbc0
commit 89820e84ed

View File

@ -273,6 +273,13 @@ async def _handle_qr_code_tag(
print(
"expected qr code tag:", hexlify(expected_tag).decode()
) # TODO remove after testing
print(
"expected code qr code tag:",
hexlify(ctx.display_data.code_qr_code).decode(),
) # TODO remove after testing
print(
"expected secret:", hexlify(ctx.secret).decode()
) # TODO remove after testing
raise ThpError("Unexpected QR Code Tag")
return await _handle_secret_reveal(