From 2308cc7175c4fd26b464afd6f108c1f00e839a7f Mon Sep 17 00:00:00 2001 From: tharexde Date: Sun, 27 Sep 2020 12:59:04 +0200 Subject: [PATCH] new entry for function em4x50_bruteforce --- armsrc/appmain.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 42161d738..88523aa6c 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1037,6 +1037,10 @@ static void PacketReceived(PacketCommandNG *packet) { em4x50_wipe((em4x50_data_t *)packet->data.asBytes); break; } + case CMD_LF_EM4X50_BRUTEFORCE: { + em4x50_bruteforce((em4x50_data_t *)packet->data.asBytes); + break; + } #endif #ifdef WITH_ISO15693