This commit is contained in:
iceman1001
2019-10-16 10:22:41 +02:00
parent 8a91880e33
commit bae3f65db6
5 changed files with 6 additions and 6 deletions

View File

@@ -160,8 +160,8 @@ static command_t CommandTable[] = {
{"help", CmdHelp, AlwaysAvailable, "This help"},
{"demod", CmdVikingDemod, AlwaysAvailable, "Demodulate a Viking tag from the GraphBuffer"},
{"read", CmdVikingRead, IfPm3Lf, "Attempt to read and Extract tag data from the antenna"},
{"clone", CmdVikingClone, IfPm3Lf, "<8 digit ID number> clone viking tag"},
{"sim", CmdVikingSim, IfPm3Lf, "<8 digit ID number> simulate viking tag"},
{"clone", CmdVikingClone, IfPm3Lf, "clone viking to T55x7 (or to q5/T5555)"},
{"sim", CmdVikingSim, IfPm3Lf, "simulate viking tag"},
{NULL, NULL, NULL, NULL}
};