Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from empowerchain/master
Browse files Browse the repository at this point in the history
Added support for Nano S Plus
  • Loading branch information
ftheirs authored Jul 21, 2022
2 parents 1c99b41 + dab46ea commit 52ff0c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ledger.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func FindLedger() (*Ledger, error) {
// Workarounds for possible empty usage pages
deviceFound = deviceFound ||
(d.Product == "Nano S" && d.Interface == 0) ||
(d.Product == "Nano S Plus" && d.Interface == 0) ||
(d.Product == "Nano X" && d.Interface == 0)

if deviceFound {
Expand Down

0 comments on commit 52ff0c8

Please sign in to comment.