瀏覽代碼

Update PID to match firmware

Clara Hobbs 7 年之前
父節點
當前提交
9e59a07d20
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      pdbuddy/__init__.py

+ 1
- 1
pdbuddy/__init__.py 查看文件

@@ -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…
取消
儲存