From 76d0ecf8cfcbb8a572f7ef4db27da3f58ae92db1 Mon Sep 17 00:00:00 2001 From: tharexde Date: Thu, 9 Jul 2020 01:59:01 +0200 Subject: [PATCH] added new command "4x50_wipe" --- armsrc/appmain.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 95b42982a..cc1d299f3 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1023,7 +1023,10 @@ static void PacketReceived(PacketCommandNG *packet) { em4x50_read((em4x50_data_t *)packet->data.asBytes); break; } - + case CMD_LF_EM4X50_WIPE: { + em4x50_wipe((em4x50_data_t *)packet->data.asBytes); + break; + } #endif #ifdef WITH_ISO15693