mirror of
https://github.com/brmlab/edubrm.git
synced 2025-08-03 23:33:38 +02:00
change productID
This commit is contained in:
parent
ac9235a3f1
commit
4468f27594
5 changed files with 6 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
import usb
|
||||
import time
|
||||
|
||||
usbdev = usb.core.find(idVendor=0x1fc9, idProduct=0x0003)
|
||||
usbdev = usb.core.find(idVendor = 0x1fc9, idProduct = 0x1337)
|
||||
|
||||
usbdev.set_configuration()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue