Closed ulrichard closed 9 years ago
After updating to the most recent version, my HW1 with WinUSB does no longer work. At first sight it might be because the interface doesn't match :
class WinUSBDongle(Dongle, DongleWait): def init(self, device, debug=False):
...
return WinUSBDongle(dev, ledger, debug)
I can get it to work by simply removing the ledger variable from the instantiation. Although I have no idea if that's the right fix.
You're right, I just pushed a fix for that - thanks for reporting.
After updating to the most recent version, my HW1 with WinUSB does no longer work. At first sight it might be because the interface doesn't match :
class WinUSBDongle(Dongle, DongleWait): def init(self, device, debug=False):
...
return WinUSBDongle(dev, ledger, debug)
I can get it to work by simply removing the ledger variable from the instantiation. Although I have no idea if that's the right fix.