mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Move output_grabber
This commit is contained in:
parent
11c1c8490c
commit
e3fb13de39
6 changed files with 16 additions and 88 deletions
|
@ -8,6 +8,6 @@ p=pm3.pm3("/dev/ttyACM0")
|
|||
print("Device:", p.name)
|
||||
with out:
|
||||
p.console("hw status")
|
||||
for line in out.capturedtext.split('\n'):
|
||||
for line in out.captured_output.split('\n'):
|
||||
if "Unique ID" in line:
|
||||
print(line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue