fix list for shortend type

This commit is contained in:
iceman1001 2025-03-19 20:50:43 +01:00
commit 0107e212b0
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ static size_t nbytes(size_t nbits) {
*/
static int CmdLFHitagList(const char *Cmd) {
return CmdTraceListAlias(Cmd, "lf hitag", "hitag2");
return CmdTraceListAlias(Cmd, "lf hitag", "ht2");
/*
uint8_t *got = calloc(PM3_CMD_DATA_SIZE, sizeof(uint8_t));
if (!got) {

View file

@ -995,7 +995,7 @@ static int CmdLFHitagSSim(const char *Cmd) {
}
static int CmdLFHitagSList(const char *Cmd) {
return CmdTraceListAlias(Cmd, "lf hitag hts", "hitags");
return CmdTraceListAlias(Cmd, "lf hitag hts", "hts");
}
static command_t CommandTable[] = {