mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
text
This commit is contained in:
parent
88e84f57bc
commit
fdc1c9d864
27 changed files with 44 additions and 36 deletions
|
@ -15,7 +15,7 @@ local reader15693 = require('read15')
|
|||
-- @return if successful: an table containing card info
|
||||
-- @return if unsuccessful : nil, error
|
||||
local function waitForTag()
|
||||
print("Waiting for card... press Enter to quit")
|
||||
print("Waiting for card... press <Enter> to quit")
|
||||
local readers = {reader14443A, reader14443B, reader15693}
|
||||
local i = 0;
|
||||
while not core.kbd_enter_pressed() do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue