1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 13:21:03 +00:00

fix(python): support T3B1 in trezorctl fw download

[no changelog]
This commit is contained in:
matejcik 2025-01-21 15:53:18 +01:00
parent 48638e1ac7
commit fea96a7715

View File

@ -49,6 +49,7 @@ MODEL_CHOICE = ChoiceType(
"T2T1": models.T2T1,
"T2B1": models.T2B1,
"T3T1": models.T3T1,
"T3B1": models.T3B1,
# aliases
"1": models.T1B1,
"one": models.T1B1,