mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix lf_em_tearoff
This commit is contained in:
parent
3a2b2dffae
commit
baecf19801
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ local function main(args)
|
||||||
local set_tearoff_delay = 'hw tearoff --delay %d'
|
local set_tearoff_delay = 'hw tearoff --delay %d'
|
||||||
local enable_tearoff = 'hw tearoff --on'
|
local enable_tearoff = 'hw tearoff --on'
|
||||||
|
|
||||||
local wr_template = 'lf em 4x05_write %s %s %s'
|
local wr_template = 'lf em 4x05 write --addr %s --data %s --pwd %s'
|
||||||
|
|
||||||
-- init addr to value
|
-- init addr to value
|
||||||
core.console(wr_template:format(addr, wr_value, password))
|
core.console(wr_template:format(addr, wr_value, password))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue