This commit is contained in:
Philippe Teuwen
2019-08-04 12:58:36 +02:00
parent a90e5e1858
commit 88d2a61c0b
3 changed files with 5 additions and 5 deletions

View File

@@ -205,7 +205,7 @@ local function main(args)
return
end
parsed_tag = reader.parse1443a(tag)
parsed_tag = reader.parse14443a(tag)
print('Tag type:', parsed_tag.name)
print('Tag UID:', parsed_tag.uid)
print('Tag len:', tag:len())