]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/mifare_autopwn.lua
Merge pull request #553 from Arnie97/master
[proxmark3-svn] / client / scripts / mifare_autopwn.lua
index bede483b9f3399ab6b01de10e9f4a33f9f1646c5..d743f21eb53a10ff0767da4947d59bf830ea15a0 100644 (file)
@@ -56,7 +56,7 @@ end
 -- @return if unsuccessfull : nil, error
 function wait_for_mifare()
        while not core.ukbhit() do
-               res, err = reader.read1443a(false, true)
+               res, err = reader.read14443a(false, true)
                if res then return res end
                -- err means that there was no response from card
        end
Impressum, Datenschutz