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