1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +00:00

fix(python): fix T3W1 code alignment in trezorlib

[no changelog]
This commit is contained in:
tychovrahe 2025-01-14 21:44:09 +01:00
parent 9be1899428
commit d8056cd281

View File

@ -351,7 +351,7 @@ MODEL_CODE_ALIGNMENT_MAP = {
Model.T2B1: 0x200,
Model.T3T1: 0x200,
Model.T3B1: 0x200,
Model.T3W1: 0x200,
Model.T3W1: 0x400,
Model.D001: 0x200,
Model.D002: 0x400,
}