mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
Minor change
This commit is contained in:
parent
1686e4d1db
commit
ba33066cef
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ local function getBlock(block)
|
||||||
show(data)
|
show(data)
|
||||||
|
|
||||||
if string.len(data) < 18 then
|
if string.len(data) < 18 then
|
||||||
return nil, ("Error, expected at least 18 bytes, got %d"):format(string.len(data))
|
return nil, ("Expected at least 18 bytes, got %d - this tag is not NDEF-compliant"):format(string.len(data))
|
||||||
end
|
end
|
||||||
-- Now, parse out the block data
|
-- Now, parse out the block data
|
||||||
-- 0534 00B9 049C AD7F 4A00 0000 E110 1000 2155
|
-- 0534 00B9 049C AD7F 4A00 0000 E110 1000 2155
|
||||||
|
|
Loading…
Reference in a new issue