mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Fix typo in lua scripts: 1443a -> 14443a.
This commit is contained in:
parent
fb69dd881a
commit
e98389b355
8 changed files with 27 additions and 27 deletions
|
@ -170,7 +170,7 @@ local function main( args)
|
|||
|
||||
print(desc);
|
||||
|
||||
result, err = reader.read1443a(false, true)
|
||||
result, err = reader.read14443a(false, true)
|
||||
if not result then
|
||||
print(err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue