This commit is contained in:
iceman1001 2019-04-11 17:19:48 +02:00
commit a872f04c1e
4 changed files with 4 additions and 4 deletions

View file

@ -513,7 +513,7 @@ static command_t CommandTable[] = {
{"sim", CmdHFTopazSim, 0, "<UID> -- Simulate Topaz tag"},
{"sniff", CmdHF14ASniff, 0, "Sniff Topaz reader-tag communication"},
{"raw", CmdHFTopazCmdRaw, 0, "Send raw hex data to tag"},
{"list", CmdHFTopazList, 0, "[Deprecated] List Topaz history"},
{"list", CmdHFTopazList, 0, "List Topaz history"},
{NULL, NULL, 0, NULL}
};