mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added fido2 error codes description
This commit is contained in:
parent
8f1c67d512
commit
23ef267100
3 changed files with 94 additions and 1 deletions
|
@ -143,7 +143,7 @@ int CmdHFFidoInfo(const char *cmd) {
|
|||
}
|
||||
|
||||
if(buf[0]) {
|
||||
PrintAndLog("FIDO2 ger version error: %d", buf[0]);
|
||||
PrintAndLog("FIDO2 ger version error: %d - %s", buf[0], fido2GetCmdErrorDescription(buf[0]));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue