mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
update cmakefile for lib
This commit is contained in:
parent
8172c708c3
commit
623f809ffe
3 changed files with 23 additions and 9 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue