Don't do iso14443-4 select for mifare emulations on processor cards (IDPrime, SmartMX, ...)

This commit is contained in:
pwpiwi 2017-10-01 17:52:10 +02:00
commit c04a4b60ce
9 changed files with 64 additions and 53 deletions

View file

@ -108,7 +108,7 @@ char *getUlev1CardSizeStr( uint8_t fsize ){
}
static void ul_switch_on_field(void) {
UsbCommand c = {CMD_READER_ISO_14443a, {ISO14A_CONNECT | ISO14A_NO_DISCONNECT, 0, 0}};
UsbCommand c = {CMD_READER_ISO_14443a, {ISO14A_CONNECT | ISO14A_NO_DISCONNECT | ISO14A_NO_RATS, 0, 0}};
clearCommandBuffer();
SendCommand(&c);
}