wip-behaviors #3

Merged
Pimpest merged 86 commits from wip-behaviors into main 2026-05-28 06:21:26 +00:00
Showing only changes of commit 5c474e741b - Show all commits

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)