mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-12 16:13:16 -07:00
simplify scripts
This commit is contained in:
parent
78c4f7929a
commit
21841cb9d9
4 changed files with 5 additions and 13 deletions
|
@ -1,12 +1,3 @@
|
|||
import sys
|
||||
import pm3
|
||||
|
||||
def main():
|
||||
print('Hello world')
|
||||
#p=pm3.open("/dev/ttyACM0")
|
||||
p=pm3.get_current_dev()
|
||||
pm3.console(p, "hw status")
|
||||
#pm3.close(p)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
p=pm3.get_current_dev()
|
||||
pm3.console(p, "hw status")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue