From bc1c08df717af3d3eb69c7021d4be706f6556968 Mon Sep 17 00:00:00 2001 From: Ritchie Date: Sun, 17 Sep 2023 11:38:19 +0800 Subject: [PATCH] fix(devices/onekey): fix to adapt master --- hwilib/devices/onekey.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwilib/devices/onekey.py b/hwilib/devices/onekey.py index 9de52866f..87cbb65aa 100644 --- a/hwilib/devices/onekey.py +++ b/hwilib/devices/onekey.py @@ -230,6 +230,7 @@ def __init__( ONEKEY_LEGACY = TrezorModel( name="1", + internal_name="T1B1", minimum_version=(2, 11, 0), vendors=VENDORS, usb_ids=USB_IDS, @@ -238,6 +239,7 @@ def __init__( ONEKEY_TOUCH = TrezorModel( name="T", + internal_name="T2T1", minimum_version=(4, 2, 0), vendors=VENDORS, usb_ids=USB_IDS,