CHG: fix the default_toys.lua file to handle more aspects of information for a given tag.

CHG: corrected a bug in tnp3clone.lua that made the script fail to "wipe" a magic tag.
CHG: minor textual change in ndef_dump.lua
This commit is contained in:
iceman1001 2015-04-06 18:47:53 +02:00
commit c3fe354b19
4 changed files with 57 additions and 32 deletions

View file

@ -205,7 +205,7 @@ local function main( args)
-- NDEF compliant?
if b3chars[1] ~= 0xE1 then
return oops("This tag is not NDEF-Complian")
return oops("This tag is not NDEF-Compliant")
end
local ndefVersion = b3chars[2]