mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-14 16:25:43 +00:00
4 lines
79 B
Lua
Executable File
4 lines
79 B
Lua
Executable File
local pm3 = require("pm3")
|
|
p=pm3.get_current_dev()
|
|
pm3.console(p, "hw status")
|