Set the default ATS instead of a custom one.

This prevent some tools to work properly with a card afterthat.
This commit is contained in:
Romain Tartiere 2010-12-25 09:46:56 +00:00
parent 06c052db36
commit 12ad1a452a

View file

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