From dfe6941a8d02b0d00de0316c80d99820117680a0 Mon Sep 17 00:00:00 2001 From: tharexde Date: Mon, 15 Jun 2020 14:31:27 +0200 Subject: [PATCH] added EM4x50 info function --- client/src/cmdlfem4x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/cmdlfem4x.c b/client/src/cmdlfem4x.c index ebb3fe2e4..a43e624a4 100644 --- a/client/src/cmdlfem4x.c +++ b/client/src/cmdlfem4x.c @@ -9,6 +9,7 @@ //----------------------------------------------------------------------------- #include "cmdlfem4x.h" +#include "cmdlfem4x50.h" #include #include @@ -1765,6 +1766,7 @@ static command_t CommandTable[] = { {"4x50_dump", CmdEM4x50Dump, IfPm3Lf, "dump EM4x50 tag"}, {"4x50_read", CmdEM4x50Read, IfPm3Lf, "read word data from EM4x50"}, {"4x50_write", CmdEM4x50Write, IfPm3Lf, "write word data to EM4x50"}, + {"4x50_info", CmdEM4x50Info, IfPm3Lf, "read complete data from EM4x50"}, {NULL, NULL, NULL, NULL} };