From b99f7213e857ff70c1c1f50ad39485bdef2476c1 Mon Sep 17 00:00:00 2001 From: tharexde Date: Mon, 15 Jun 2020 14:30:18 +0200 Subject: [PATCH] added EM4x50 info function --- include/pm3_cmd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pm3_cmd.h b/include/pm3_cmd.h index 3cafb9df1..e2087d0f4 100644 --- a/include/pm3_cmd.h +++ b/include/pm3_cmd.h @@ -187,6 +187,7 @@ typedef struct { // lf bool compiled_with_lf : 1; bool compiled_with_hitag : 1; + bool compiled_with_em4x50 : 1; // hf bool compiled_with_hfsniff : 1; bool compiled_with_hfplot : 1; @@ -401,6 +402,7 @@ typedef struct { #define CMD_LF_EM4X_WRITEWORD 0x0219 #define CMD_LF_IO_DEMOD 0x021A #define CMD_LF_EM410X_DEMOD 0x021C +#define CMD_LF_EM4X50_INFO 0x0240 // Sampling configuration for LF reader/sniffer #define CMD_LF_SAMPLING_SET_CONFIG 0x021D #define CMD_LF_FSK_SIMULATE 0x021E