projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change `ul_switch_off_field` to `DropField` fix #473
[proxmark3-svn]
/
client
/
scripts
/
mifare_autopwn.lua
diff --git
a/client/scripts/mifare_autopwn.lua
b/client/scripts/mifare_autopwn.lua
index e68f7a75d188d915e142bb9b10e63341203f3b22..bede483b9f3399ab6b01de10e9f4a33f9f1646c5 100644
(file)
--- a/
client/scripts/mifare_autopwn.lua
+++ b/
client/scripts/mifare_autopwn.lua
@@
-56,7
+56,7
@@
end
-- @return if unsuccessfull : nil, error
function wait_for_mifare()
while not core.ukbhit() do
-- @return if unsuccessfull : nil, error
function wait_for_mifare()
while not core.ukbhit() do
- res, err = reader.read1443a()
+ res, err = reader.read1443a(
false, true
)
if res then return res end
-- err means that there was no response from card
end
if res then return res end
-- err means that there was no response from card
end
Impressum
,
Datenschutz