Rework hf tune to make it synchronous (needed for rdv4)

This commit is contained in:
Philippe Teuwen
2019-05-14 00:36:58 +02:00
parent 995d782bb0
commit 7ed7a9de40
5 changed files with 74 additions and 34 deletions

View File

@@ -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