Skip to content

Commit

Permalink
fix lf_em_tearoff
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Oct 22, 2023
1 parent 3a2b2df commit baecf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/luascripts/lf_em_tearoff.lua
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit baecf19

Please sign in to comment.