mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make debug..
This commit is contained in:
parent
235d920b52
commit
743ac26708
1 changed files with 2 additions and 2 deletions
|
@ -1114,9 +1114,9 @@ static int l_em4x05_read(lua_State *L) {
|
||||||
use_pwd = true;
|
use_pwd = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(INFO, "Addr %u", addr);
|
PrintAndLogEx(DEBUG, "Addr %u", addr);
|
||||||
if (use_pwd)
|
if (use_pwd)
|
||||||
PrintAndLogEx(INFO, " Pwd %08X", password);
|
PrintAndLogEx(DEBUG, " Pwd %08X", password);
|
||||||
|
|
||||||
uint32_t word = 0;
|
uint32_t word = 0;
|
||||||
int res = EM4x05ReadWord_ext(addr, password, use_pwd, &word);
|
int res = EM4x05ReadWord_ext(addr, password, use_pwd, &word);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue