mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 11:33:51 +08:00
commit
190508339b
1 changed files with 1 additions and 1 deletions
|
@ -4011,7 +4011,7 @@ int CmdHF14MfuNDEFRead(const char *Cmd) {
|
|||
// Get tag type
|
||||
TagTypeUL_t tagtype = GetHF14AMfU_Type();
|
||||
if (tagtype == UL_ERROR) {
|
||||
PrintAndLogEx(WARNING, "No Ultraligth / NTAG based tag found");
|
||||
PrintAndLogEx(WARNING, "No Ultralight / NTAG based tag found");
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue