mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Remove mag argument from commands; Add support for magsafe polling via 14a config
This commit is contained in:
parent
eb2324ed93
commit
3550f11726
6 changed files with 146 additions and 155 deletions
|
@ -1347,7 +1347,7 @@
|
|||
"--crypto1 Use crypto1 session",
|
||||
"<hex> Raw bytes to send"
|
||||
],
|
||||
"usage": "hf 14a raw [-hack3rsv] [-t <ms>] [-b <dec>] [--mag] [--topaz] [--crypto1] <hex> [<hex>]..."
|
||||
"usage": "hf 14a raw [-hack3rsv] [-t <ms>] [-b <dec>] [--topaz] [--crypto1] <hex> [<hex>]..."
|
||||
},
|
||||
"hf 14a reader": {
|
||||
"command": "hf 14a reader",
|
||||
|
@ -1368,7 +1368,7 @@
|
|||
"-@ continuous reader mode",
|
||||
"-w, --wait wait for card"
|
||||
],
|
||||
"usage": "hf 14a reader [-hks@w] [--drop] [--skip] [--mag]"
|
||||
"usage": "hf 14a reader [-hks@w] [--drop] [--skip]"
|
||||
},
|
||||
"hf 14a sim": {
|
||||
"command": "hf 14a sim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue