This commit is contained in:
iceman1001 2025-03-21 20:35:16 +01:00
commit e8c603a50f

View file

@ -2385,7 +2385,7 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
if (
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x80\x02\x9C\x3A", 7) == 0) ||
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x94\x02\xDC\xC8", 7) == 0)
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x94\x02\x6D\xC8", 7) == 0)
)
{
isSEOS = true;