1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-24 16:38:15 +00:00

chore(common): add T3B1 to the list of supported models in support.json

This commit is contained in:
matejcik 2024-08-28 12:10:09 +02:00 committed by matejcik
parent 3f64f05b8c
commit 0b2b0d06fb

View File

@ -450,7 +450,7 @@ def _load_fido_apps() -> FidoApps:
RELEASES_URL = "https://data.trezor.io/firmware/{}/releases.json"
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: