mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Rework hf tune to make it synchronous (needed for rdv4)
This commit is contained in:
parent
995d782bb0
commit
7ed7a9de40
5 changed files with 74 additions and 34 deletions
|
@ -335,7 +335,9 @@ typedef struct {
|
|||
|
||||
// For measurements of the antenna tuning
|
||||
#define CMD_MEASURE_ANTENNA_TUNING 0x0400
|
||||
#define CMD_MEASURE_ANTENNA_TUNING_HF 0x0401
|
||||
#define CMD_MEASURE_ANTENNA_TUNING_HF_START 0x0401
|
||||
#define CMD_MEASURE_ANTENNA_TUNING_HF_SAMPLE 0x0402
|
||||
#define CMD_MEASURE_ANTENNA_TUNING_HF_STOP 0x0403
|
||||
#define CMD_MEASURED_ANTENNA_TUNING 0x0410
|
||||
#define CMD_LISTEN_READER_FIELD 0x0420
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue