Explorar el Código

Update PID to match firmware

Clara Hobbs hace 7 años
padre
commit
9e59a07d20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      pdbuddy/__init__.py

+ 1
- 1
pdbuddy/__init__.py Ver fichero

@@ -16,7 +16,7 @@ import serial.tools.list_ports
16 16
 class Sink:
17 17
     """Interface for configuring a PD Buddy Sink"""
18 18
     vid = 0x1209
19
-    pid = 0x0001
19
+    pid = 0x9DB5
20 20
 
21 21
     def __init__(self, sp):
22 22
         """Open a serial port to communicate with the PD Buddy Sink

Loading…
Cancelar
Guardar