Skip to content

Commit

Permalink
fix(devices/onekey): fix to adapt master
Browse files Browse the repository at this point in the history
  • Loading branch information
somebodyLi committed Oct 15, 2024
1 parent 9740e54 commit bc1c08d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hwilib/devices/onekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit bc1c08d

Please sign in to comment.