mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Implemented 'hw status' and 'hw ping', put back client-side cacheing of 'hw version'
This commit is contained in:
parent
85f011a550
commit
e2012d1bd3
11 changed files with 96 additions and 19 deletions
|
@ -20,7 +20,8 @@ local _commands = {
|
|||
CMD_BUFF_CLEAR = 0x0105,
|
||||
CMD_READ_MEM = 0x0106,
|
||||
CMD_VERSION = 0x0107,
|
||||
|
||||
CMD_STATUS = 0x0108,
|
||||
CMD_PING = 0x0109,
|
||||
--// For low-frequency tags
|
||||
CMD_READ_TI_TYPE = 0x0202,
|
||||
CMD_WRITE_TI_TYPE = 0x0203,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue