mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-05 11:35:41 +00:00
pm3_console() in Python/Lua/C: replace passthru by capture and quiet
This commit is contained in:
@@ -12,7 +12,7 @@ for line in p.grabbed_output:gmatch("[^\r\n]+") do
|
||||
end
|
||||
|
||||
print("Device:", p.name)
|
||||
p:console("Rem passthru remark! :coffee:", true)
|
||||
p:console("Rem passthru remark! :coffee:", false, false)
|
||||
|
||||
local json = require("dkjson")
|
||||
print("Fetching prefs:")
|
||||
|
||||
Reference in New Issue
Block a user