mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: the 14b is getting better, since I added the fpga waiting signaling I found in "14a emgetcmd" etc.
This commit is contained in:
parent
57850d9dfb
commit
ffeb77fdc6
4 changed files with 67 additions and 18 deletions
|
@ -13,7 +13,7 @@
|
|||
-- Loads the commands-library
|
||||
local cmds = require('commands')
|
||||
local utils = require('utils')
|
||||
local TIMEOUT = 2000
|
||||
local TIMEOUT = 2500
|
||||
local ISO14B_COMMAND = {
|
||||
ISO14B_CONNECT = 1,
|
||||
ISO14B_DISCONNECT = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue