From 5c9693529c2d4e3d9a9ffc7d14983a52d3505f39 Mon Sep 17 00:00:00 2001 From: nemanjan00 Date: Tue, 22 Mar 2022 00:55:37 +0100 Subject: [PATCH] Get output with UID --- client/src/cmdhflist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhflist.c b/client/src/cmdhflist.c index aee2370d3..ae3f2fb81 100644 --- a/client/src/cmdhflist.c +++ b/client/src/cmdhflist.c @@ -556,7 +556,7 @@ void annotateIso15693(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) { if (cmdsize == 6) { snprintf(exp, size, "READ_MULTI_BLOCK(%d-%d)", cmd[2], (cmd[2] + cmd[3])); } else { - snprintf(exp, size, "READ_MULTI_BLOCK"); + snprintf(exp, size, "READ_MULTI_BLOCK(%d-%d)", cmd[10], (cmd[10] + cmd[11])); } return; case ISO15693_WRITE_MULTI_BLOCK: