From 20c46d1af5c398e637b9164a9a48f590cee0c59d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 12 Jun 2020 17:49:52 +0200 Subject: [PATCH] chg: in order to be able to upgrade fw on smartcard it must be available --- client/src/cmdmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdmain.c b/client/src/cmdmain.c index 1e9c8d257..2664ed3a1 100644 --- a/client/src/cmdmain.c +++ b/client/src/cmdmain.c @@ -258,7 +258,7 @@ static command_t CommandTable[] = { {"lf", CmdLF, AlwaysAvailable, "{ Low frequency commands... }"}, {"mem", CmdFlashMem, IfPm3Flash, "{ Flash Memory manipulation... }"}, {"reveng", CmdRev, AlwaysAvailable, "{ CRC calculations from RevEng software }"}, - {"sc", CmdSmartcard, IfPm3Smartcard, "{ Smart card ISO-7816 commands... }"}, + {"sc", CmdSmartcard, AlwaysAvailable, "{ Smart card ISO-7816 commands... }"}, {"script", CmdScript, AlwaysAvailable, "{ Scripting commands }"}, {"trace", CmdTrace, AlwaysAvailable, "{ Trace manipulation... }"}, {"usart", CmdUsart, IfPm3FpcUsartFromUsb, "{ USART commands... }"},