mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-15 00:40:40 +08:00
3 lines
79 B
Lua
Executable file
3 lines
79 B
Lua
Executable file
local pm3 = require("pm3")
|
|
p=pm3.get_current_dev()
|
|
pm3.console(p, "hw status")
|