Skip to content

Commit

Permalink
Add model ids for Ledger Stax and Ledger Flex
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Aug 5, 2024
1 parent 9d05f42 commit b6e0d33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hwilib/devices/ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
LEDGER_MODEL_IDS = {
0x10: "ledger_nano_s",
0x40: "ledger_nano_x",
0x50: "ledger_nano_s_plus"
0x50: "ledger_nano_s_plus",
0x60: "ledger_stax",
0x70: "ledger_flex"
}
LEDGER_LEGACY_PRODUCT_IDS = {
0x0001: "ledger_nano_s",
Expand Down

0 comments on commit b6e0d33

Please sign in to comment.