From 10aabebec5ab4df5e39be83b850be4728a71aa1d Mon Sep 17 00:00:00 2001 From: tharexde Date: Sun, 25 Oct 2020 16:37:55 +0100 Subject: [PATCH] added new function 4x50_restore --- client/src/cmdlfem4x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdlfem4x.c b/client/src/cmdlfem4x.c index d8303321d..6630e13e8 100644 --- a/client/src/cmdlfem4x.c +++ b/client/src/cmdlfem4x.c @@ -659,6 +659,7 @@ static command_t CommandTable[] = { {"4x50_login", CmdEM4x50Login, IfPm3EM4x50, "login into EM4x50"}, {"4x50_reset", CmdEM4x50Reset, IfPm3EM4x50, "reset EM4x50"}, {"4x50_watch", CmdEM4x50Watch, IfPm3EM4x50, "read EM4x50 continously"}, + {"4x50_restore",CmdEM4x50Restore, IfPm3EM4x50, "restore EM4x50 dump to tag"}, {NULL, NULL, NULL, NULL} };