From 59372cb5d4009217176ce61ef6551dff52ddb22c Mon Sep 17 00:00:00 2001 From: tharexde Date: Thu, 9 Jul 2020 01:58:16 +0200 Subject: [PATCH] added new command "4x50_wipe" --- include/pm3_cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pm3_cmd.h b/include/pm3_cmd.h index 117eea672..9e20ab9c1 100644 --- a/include/pm3_cmd.h +++ b/include/pm3_cmd.h @@ -406,6 +406,7 @@ typedef struct { #define CMD_LF_EM4X50_WRITE 0x0241 #define CMD_LF_EM4X50_WRITE_PASSWORD 0x0242 #define CMD_LF_EM4X50_READ 0x0243 +#define CMD_LF_EM4X50_WIPE 0x0244 // Sampling configuration for LF reader/sniffer #define CMD_LF_SAMPLING_SET_CONFIG 0x021D #define CMD_LF_FSK_SIMULATE 0x021E