Przeglądaj źródła

Update PID to match firmware

Clara Hobbs 7 lat temu
rodzic
commit
9e59a07d20
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      pdbuddy/__init__.py

+ 1
- 1
pdbuddy/__init__.py Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz