mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08: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 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
|
||||
core.console(wr_template:format(addr, wr_value, password))
|
||||
|
|
Loading…
Reference in a new issue