From d24e0436dc5106250d12366e8459c82a69734f02 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 24 Nov 2020 12:52:55 +0100 Subject: [PATCH] hf 15 wrbl - missing some data output --- client/src/cmdhf15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index 593eaaece..3eebbce74 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -1725,7 +1725,7 @@ static int CmdHF15Write(const char *Cmd) { AddCrc15(req, reqlen); reqlen += 2; - PrintAndLogEx(INFO, "iso15693 writing to page %02d (0x%02X) | data ", pagenum, pagenum); + PrintAndLogEx(INFO, "iso15693 writing to page %02d (0x%02X) | data [ %s ] ", pagenum, pagenum, sprint_hex(req, reqlen)); PacketResponseNG resp; clearCommandBuffer();