-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
I just created a brand new project (a Windows console app using .NET 8.0), and I installed Device.NET using nuget.
I just tried to implement the example code that is in the read-me:
var usbFactory =
new FilterDeviceDefinition(vendorId: 0x1209, productId: 0x53C1, label: "Trezor One Firmware 1.7.x")
.CreateWindowsUsbDeviceFactory(loggerFactory);
The function CreateWindowsUsbDeviceFactory
does not exist.
Any suggestions as to how to proceed?
Metadata
Metadata
Assignees
Labels
No labels