Corrected vid for tty servos

This commit is contained in:
2026-04-11 10:59:45 +02:00
parent a10271a87f
commit 5c474e741b

View File

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