mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-20 19:42:02 +00:00
fix(python): support T3B1 in trezorctl fw download
[no changelog]
This commit is contained in:
parent
fcb76df9f5
commit
dabc5546b5
@ -49,6 +49,7 @@ MODEL_CHOICE = ChoiceType(
|
|||||||
"T2T1": models.T2T1,
|
"T2T1": models.T2T1,
|
||||||
"T2B1": models.T2B1,
|
"T2B1": models.T2B1,
|
||||||
"T3T1": models.T3T1,
|
"T3T1": models.T3T1,
|
||||||
|
"T3B1": models.T3B1,
|
||||||
# aliases
|
# aliases
|
||||||
"1": models.T1B1,
|
"1": models.T1B1,
|
||||||
"one": models.T1B1,
|
"one": models.T1B1,
|
||||||
|
Loading…
Reference in New Issue
Block a user