소스 검색

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…
취소
저장