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

Added support for Nano S Plus #4

Merged
merged 1 commit into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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