mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added apple magsafe polling, thanks to @tcprst
This commit is contained in:
parent
f581f682a9
commit
0e5e9163a1
8 changed files with 49 additions and 14 deletions
|
@ -29,7 +29,8 @@ local ISO14A_COMMAND = {
|
|||
ISO14A_TOPAZMODE = 0x100,
|
||||
ISO14A_NO_RATS = 0x200,
|
||||
ISO14A_SEND_CHAINING = 0x400,
|
||||
ISO14A_USE_ECP = 0x800
|
||||
ISO14A_USE_ECP = 0x800,
|
||||
ISO14A_USE_MAGSAFE = 0x1000,
|
||||
}
|
||||
|
||||
local ISO14443a_TYPES = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue