]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: LEGIC - allow offline mode due to existing offline command
authorAlexis Green <alexis@cessp.it>
Tue, 2 Aug 2016 20:37:05 +0000 (13:37 -0700)
committerAlexis Green <alexis@cessp.it>
Tue, 2 Aug 2016 20:51:58 +0000 (13:51 -0700)
client/cmdhf.c

index a14c2e59f3b922df5ef5b1b245028df9913615f6..e1a203e7571513409f92a72df48ded780095ede3 100644 (file)
@@ -789,7 +789,7 @@ static command_t CommandTable[] = {
        {"14b",         CmdHF14B,         1, "{ ISO14443B RFIDs... }"},
        {"15",          CmdHF15,          1, "{ ISO15693 RFIDs... }"},
        {"epa",         CmdHFEPA,         1, "{ German Identification Card... }"},
-       {"legic",       CmdHFLegic,       0, "{ LEGIC RFIDs... }"},
+       {"legic",       CmdHFLegic,       1, "{ LEGIC RFIDs... }"},
        {"iclass",      CmdHFiClass,      1, "{ ICLASS RFIDs... }"},
        {"mf",          CmdHFMF,                  1, "{ MIFARE RFIDs... }"},
        {"mfu",         CmdHFMFUltra,     1, "{ MIFARE Ultralight RFIDs... }"},
Impressum, Datenschutz