Browse Source

Update PID to match firmware

Clara Hobbs 6 years ago
parent
commit
9e59a07d20
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pdbuddy/__init__.py

+ 1
- 1
pdbuddy/__init__.py View File

@@ -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…
Cancel
Save