update cmakefile for lib

This commit is contained in:
Philippe Teuwen
2021-04-20 12:06:53 +02:00
parent 8172c708c3
commit 623f809ffe
3 changed files with 23 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import pm3
from output_grabber import OutputGrabber
out = OutputGrabber()
p=pm3.pm3("/dev/ttyACM1")
p=pm3.pm3("/dev/ttyACM0")
print("Device:", p.name)
with out:
p.console("hw status")