hf mf/mfu dbg => hw dbg

This commit is contained in:
Philippe Teuwen
2019-06-06 11:31:47 +02:00
parent 4761ea13f7
commit 1a39ec3026
9 changed files with 37 additions and 37 deletions

View File

@@ -128,7 +128,7 @@ local function main(args)
end
-- Turn off Debug
local cmdSetDbgOff = "hf mf dbg 0"
local cmdSetDbgOff = "hw dbg 0"
core.console( cmdSetDbgOff)
utils.Sleep(0.5)