mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
Changed name of Lua script.
This commit is contained in:
parent
d4a97eb4c7
commit
2020b129ca
1 changed files with 1 additions and 2 deletions
|
@ -238,8 +238,7 @@ end
|
|||
---
|
||||
-- The main entry point
|
||||
function main(args)
|
||||
|
||||
-- Initialize the card using the read14a library
|
||||
-- Initialize the card using the already-present read14a library
|
||||
info,err = lib14a.read14443a(true, false)
|
||||
--Perform PPS (Protocol and Parameter Selection) check to finish the ISO 14443-4 protocol.
|
||||
sendRaw("e050", true, true)
|
Loading…
Add table
Add a link
Reference in a new issue