add test command for developing desfire

This commit is contained in:
iceman1001
2020-04-08 13:26:44 +02:00
parent 75eff352c9
commit 0aa18f3008
4 changed files with 151 additions and 11 deletions

View File

@@ -136,6 +136,10 @@ void SetAPDULogging(bool logging) {
APDULogging = logging;
}
bool GetAPDULogging(void) {
return APDULogging;
}
enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen) {
char buf[100] = {0};
if (AIDlen < 1)