Corrected vid for tty servos
This commit is contained in:
@@ -40,7 +40,7 @@ class InteracitionNode(Node):
|
|||||||
|
|
||||||
def find_sigma(self):
|
def find_sigma(self):
|
||||||
for port_info in list_ports.comports():
|
for port_info in list_ports.comports():
|
||||||
if port_info.vid == 0x18a6 and port_info.pid == 0x55d3:
|
if port_info.vid == 0x1a86 and port_info.pid == 0x55d3:
|
||||||
break
|
break
|
||||||
|
|
||||||
print(port_info.device)
|
print(port_info.device)
|
||||||
|
|||||||
Reference in New Issue
Block a user