mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
text
This commit is contained in:
parent
88e84f57bc
commit
fdc1c9d864
27 changed files with 44 additions and 36 deletions
|
@ -124,7 +124,7 @@ end
|
|||
-- @return if successful: an table containing card info
|
||||
-- @return if unsuccessful : nil, error
|
||||
local function waitFor14443a()
|
||||
print('Waiting for card... press Enter to quit')
|
||||
print('Waiting for card... press <Enter> to quit')
|
||||
while not core.kbd_enter_pressed() do
|
||||
res, err = read14443a()
|
||||
if res then return res end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue