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:
parent
06c052db36
commit
12ad1a452a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue