mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 00:48:19 +00:00
chore(common): add T3B1 to the list of supported models in support.json
This commit is contained in:
parent
3f64f05b8c
commit
0b2b0d06fb
@ -450,7 +450,7 @@ def _load_fido_apps() -> FidoApps:
|
|||||||
|
|
||||||
RELEASES_URL = "https://data.trezor.io/firmware/{}/releases.json"
|
RELEASES_URL = "https://data.trezor.io/firmware/{}/releases.json"
|
||||||
MISSING_SUPPORT_MEANS_NO = ("connect", "suite")
|
MISSING_SUPPORT_MEANS_NO = ("connect", "suite")
|
||||||
VERSIONED_SUPPORT_INFO = ("T1B1", "T2T1", "T2B1", "T3T1")
|
VERSIONED_SUPPORT_INFO = ("T1B1", "T2T1", "T2B1", "T3T1", "T3B1")
|
||||||
|
|
||||||
|
|
||||||
def get_support_data() -> SupportData:
|
def get_support_data() -> SupportData:
|
||||||
|
Loading…
Reference in New Issue
Block a user