hf mfu info - specify reason for failing read

This commit is contained in:
Lucifer Voeltner 2024-10-28 08:48:58 +07:00
commit 95acef16cb
No known key found for this signature in database
GPG key ID: 8DC7F57FBD318582

View file

@ -2396,6 +2396,7 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
status = ul_read(0x28, ulc_conf, sizeof(ulc_conf));
if (status <= 0) {
PrintAndLogEx(ERR, "Error: tag didn't answer to READ UL-C");
PrintAndLogEx(HINT, "Hint: tag is likely fully read protected");
DropField();
return PM3_ESOFT;
}