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

View file

@ -589,7 +589,7 @@ void waitCmdFelica(uint8_t iSelect) {
static command_t CommandTable[] = {
{"help", CmdHelp, 1, "This help"},
{"list", CmdHFFelicaList, 0, "[Deprecated] List ISO 18092/FeliCa history"},
{"list", CmdHFFelicaList, 0, "List ISO 18092/FeliCa history"},
{"reader", CmdHFFelicaReader, 0, "Act like an ISO18092/FeliCa reader"},
{"sim", CmdHFFelicaSim, 0, "<UID> -- Simulate ISO 18092/FeliCa tag"},
{"sniff", CmdHFFelicaSniff, 0, "sniff ISO 18092/Felica traffic"},