mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-12 23:54:51 +08:00
CHG: old code calls outdated command. Even if it works in my fork, it doesnt work in PM3 master.
This commit is contained in:
parent
12b998cbd8
commit
d40d64ef0d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ int main()
|
||||||
ReceiveCommandPoll(&cmdbuf);
|
ReceiveCommandPoll(&cmdbuf);
|
||||||
}
|
}
|
||||||
HANDLE_ERROR;
|
HANDLE_ERROR;
|
||||||
CommandReceived("hf 14a list");
|
CommandReceived("hf list 14a");
|
||||||
HANDLE_ERROR;
|
HANDLE_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue