mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Add basic LEGIC RF communication in tag simulation mode
This commit is contained in:
parent
bb4d2cca76
commit
a7247d858b
6 changed files with 200 additions and 1 deletions
|
@ -69,6 +69,7 @@ typedef struct {
|
|||
#define CMD_SIMULATE_TAG_ISO_14443a 0x0384
|
||||
#define CMD_READER_ISO_14443a 0x0385
|
||||
#define CMD_SIMULATE_MIFARE_CARD 0x0386
|
||||
#define CMD_SIMULATE_TAG_LEGIC_RF 0x387
|
||||
|
||||
// For measurements of the antenna tuning
|
||||
#define CMD_MEASURE_ANTENNA_TUNING 0x0400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue