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
|
@ -71,7 +71,7 @@ end
|
|||
--
|
||||
-- Read information from a card
|
||||
function GetCardInfo()
|
||||
result, err = lib14a.read1443a(false, true)
|
||||
result, err = lib14a.read14443a(false, true)
|
||||
if not result then
|
||||
print(err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue