From 445a367b4909eec32d5b367f5ab69104d01d5afa Mon Sep 17 00:00:00 2001 From: tharexde Date: Fri, 26 Jun 2020 14:21:09 +0200 Subject: [PATCH] added 4x50_sread --- client/src/cmdlfem4x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdlfem4x.c b/client/src/cmdlfem4x.c index a94882cb6..ef8cbdc13 100644 --- a/client/src/cmdlfem4x.c +++ b/client/src/cmdlfem4x.c @@ -1759,6 +1759,7 @@ static command_t CommandTable[] = { {"4x50_info", CmdEM4x50Info, IfPm3Lf, "read complete data from EM4x50"}, {"4x50_write", CmdEM4x50Write, IfPm3Lf, "write word data to EM4x50"}, {"4x50_write_password", CmdEM4x50WritePassword, IfPm3Lf, "change passwword of EM4x50 tag"}, + {"4x50_sread", CmdEM4x50SRead, IfPm3Lf, "read word data from EM4x50 on device"}, {NULL, NULL, NULL, NULL} };