This commit is contained in:
mwalker33
2020-04-10 14:36:29 +10:00
parent 978f57b505
commit 070636f196
25 changed files with 1079 additions and 666 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)