lf tune - added possiblity to get bar / mix / value (defaul) output of measurements. Also set in preferences

This commit is contained in:
iceman1001
2020-12-21 01:45:03 +01:00
parent e85edbcef2
commit feeb32b13f
6 changed files with 261 additions and 63 deletions

View File

@@ -21,9 +21,7 @@ extern "C" {
#endif
#ifndef DropField
#define DropField() { \
clearCommandBuffer(); SendCommandNG(CMD_HF_DROPFIELD, NULL, 0); \
}
#define DropField() { clearCommandBuffer(); SendCommandNG(CMD_HF_DROPFIELD, NULL, 0); }
#endif
#ifndef DropFieldEx
@@ -48,7 +46,6 @@ typedef enum {
FPGA_MEM,
} DeviceMemType_t;
typedef struct {
bool run; // If TRUE, continue running the uart_communication thread
bool block_after_ACK; // if true, block after receiving an ACK package