mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Updated iclass tear colors
Removed a huge chunk of colorful visual spam for when the tearoff isn't happening
This commit is contained in:
parent
ad50e59738
commit
45ae30fe88
1 changed files with 2 additions and 1 deletions
|
@ -3264,7 +3264,8 @@ static int CmdHFiClass_TearBlock(const char *Cmd) {
|
|||
}
|
||||
|
||||
} else { // tearoff did not succeed
|
||||
iclass_cmp_print(data, data_read, "Expected: ", "Read: ");
|
||||
PrintAndLogEx(INFO, "Expected: %s", sprint_hex_inrow(data, sizeof(data)));
|
||||
PrintAndLogEx(INFO, "Read: %s", sprint_hex_inrow(data_read, sizeof(data_read)));
|
||||
}
|
||||
|
||||
if (tear_success) { // tearoff succeeded with expected values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue