This commit is contained in:
iceman1001 2020-01-22 18:43:20 +01:00
parent 9b1aa02c77
commit fc1cede778
2 changed files with 6 additions and 2 deletions

View file

@ -563,7 +563,7 @@ static int CmdLFHitagReader(const char *Cmd) {
}
uint32_t id = bytes_to_num(resp.data.asBytes, 4);
uint8_t *data = NULL;
uint8_t *data = resp.data.asBytes;
PrintAndLogEx(SUCCESS, " UID: " _YELLOW_("%08x"), id);
if (htf != RHT2F_UID_ONLY) {