mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-11 19:04:43 +00:00
Merge pull request #2858 from Antiklesys/master
Updated iclass tear colors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user