mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-21 17:49:02 +00:00
chore(python): raise the minimum version of core models to 2.3.0
This commit is contained in:
parent
49bb88ecee
commit
98993434e0
@ -57,7 +57,7 @@ T1B1 = TrezorModel(
|
||||
T2T1 = TrezorModel(
|
||||
name="T",
|
||||
internal_name="T2T1",
|
||||
minimum_version=(2, 1, 0),
|
||||
minimum_version=(2, 3, 0),
|
||||
vendors=VENDORS,
|
||||
usb_ids=(USBID_TREZOR_CORE, USBID_TREZOR_CORE_BOOTLOADER),
|
||||
default_mapping=mapping.DEFAULT_MAPPING,
|
||||
@ -66,7 +66,7 @@ T2T1 = TrezorModel(
|
||||
T2B1 = TrezorModel(
|
||||
name="Safe 3",
|
||||
internal_name="T2B1",
|
||||
minimum_version=(2, 1, 0),
|
||||
minimum_version=(2, 3, 0),
|
||||
vendors=VENDORS,
|
||||
usb_ids=(USBID_TREZOR_CORE, USBID_TREZOR_CORE_BOOTLOADER),
|
||||
default_mapping=mapping.DEFAULT_MAPPING,
|
||||
@ -75,7 +75,7 @@ T2B1 = TrezorModel(
|
||||
T3T1 = TrezorModel(
|
||||
name="Safe 5",
|
||||
internal_name="T3T1",
|
||||
minimum_version=(2, 1, 0),
|
||||
minimum_version=(2, 3, 0),
|
||||
vendors=VENDORS,
|
||||
usb_ids=(USBID_TREZOR_CORE, USBID_TREZOR_CORE_BOOTLOADER),
|
||||
default_mapping=mapping.DEFAULT_MAPPING,
|
||||
@ -84,7 +84,7 @@ T3T1 = TrezorModel(
|
||||
T3B1 = TrezorModel(
|
||||
name="Safe 3",
|
||||
internal_name="T3B1",
|
||||
minimum_version=(2, 1, 0),
|
||||
minimum_version=(2, 3, 0),
|
||||
vendors=VENDORS,
|
||||
usb_ids=(USBID_TREZOR_CORE, USBID_TREZOR_CORE_BOOTLOADER),
|
||||
default_mapping=mapping.DEFAULT_MAPPING,
|
||||
@ -93,7 +93,7 @@ T3B1 = TrezorModel(
|
||||
T3W1 = TrezorModel(
|
||||
name="Safe 7",
|
||||
internal_name="T3W1",
|
||||
minimum_version=(2, 1, 0),
|
||||
minimum_version=(2, 3, 0),
|
||||
vendors=VENDORS,
|
||||
usb_ids=(USBID_TREZOR_CORE, USBID_TREZOR_CORE_BOOTLOADER),
|
||||
default_mapping=mapping.DEFAULT_MAPPING,
|
||||
@ -102,7 +102,7 @@ T3W1 = TrezorModel(
|
||||
DISC1 = TrezorModel(
|
||||
name="DISC1",
|
||||
internal_name="D001",
|
||||
minimum_version=(2, 1, 0),
|
||||
minimum_version=(2, 3, 0),
|
||||
vendors=VENDORS,
|
||||
usb_ids=(USBID_TREZOR_CORE, USBID_TREZOR_CORE_BOOTLOADER),
|
||||
default_mapping=mapping.DEFAULT_MAPPING,
|
||||
@ -111,7 +111,7 @@ DISC1 = TrezorModel(
|
||||
DISC2 = TrezorModel(
|
||||
name="DISC2",
|
||||
internal_name="D002",
|
||||
minimum_version=(2, 1, 0),
|
||||
minimum_version=(2, 3, 0),
|
||||
vendors=VENDORS,
|
||||
usb_ids=(USBID_TREZOR_CORE, USBID_TREZOR_CORE_BOOTLOADER),
|
||||
default_mapping=mapping.DEFAULT_MAPPING,
|
||||
|
Loading…
Reference in New Issue
Block a user