bitbox02: update to 6.2.0
6.2.0 was released to put a minimum requirement on hidapi 0.14.0, which includes the fix for this issue: https://github.com/libusb/hidapi/issues/531 That bug caused hidapi on macOS 13.3 to report 0 as the interface number for all hid devices, which led to the bitbox02 multi edition being listed twice instead of once - once for the main HW wallet interface and once erroneously For the U2F interface (which should not be listed).
This commit is contained in:
@@ -22,7 +22,7 @@ hidapi
|
||||
ckcc-protocol>=0.7.7
|
||||
|
||||
# device plugin: bitbox02
|
||||
bitbox02>=6.0.0
|
||||
bitbox02>=6.2.0
|
||||
|
||||
# device plugin: jade
|
||||
cbor>=1.0.0,<2.0.0
|
||||
|
||||
Reference in New Issue
Block a user