Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Feb 23, 2021
1 parent 2501d24 commit f1683b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetrix_rpi_pico/telemetrix_rpi_pico.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _find_pico(self):
for port in the_ports_list:
if port.pid is None:
continue
if port.pid != 10:
if port.pid != 10 or port.vid != 11914:
continue
try:
self.serial_port = serial.Serial(port.device, 115200,
Expand Down

0 comments on commit f1683b0

Please sign in to comment.