diff --git a/examples/mifare-desfire-ev1-configure-ats.c b/examples/mifare-desfire-ev1-configure-ats.c index 3be4913..812c731 100644 --- a/examples/mifare-desfire-ev1-configure-ats.c +++ b/examples/mifare-desfire-ev1-configure-ats.c @@ -31,7 +31,8 @@ uint8_t null_key_data[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -uint8_t new_ats[] = { 0x06, 0x75, 0x77, 0x81, 0x02, 0x42 }; +// Default Mifare DESFire ATS +uint8_t new_ats[] = { 0x06, 0x75, 0x77, 0x81, 0x02, 0x80 }; struct { bool interactive;