added fido2 error codes description

This commit is contained in:
merlokk 2018-11-17 18:11:46 +02:00
commit 23ef267100
3 changed files with 94 additions and 1 deletions

View file

@ -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;
}