We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f206f6d commit 42f75c5Copy full SHA for 42f75c5
hwilib/devices/onekey.py
@@ -230,6 +230,7 @@ def __init__(
230
231
ONEKEY_LEGACY = TrezorModel(
232
name="1",
233
+ internal_name="T1B1",
234
minimum_version=(2, 11, 0),
235
vendors=VENDORS,
236
usb_ids=USB_IDS,
@@ -238,6 +239,7 @@ def __init__(
238
239
240
ONEKEY_TOUCH = TrezorModel(
241
name="T",
242
+ internal_name="T2T1",
243
minimum_version=(4, 2, 0),
244
245
0 commit comments