Some work on iclass, started on some better support in 'hf iclass list' and also fixes to 'hf iclass reader' so it exits better when the button is pressed

This commit is contained in:
Martin Holst Swende 2015-01-03 15:11:48 +01:00
commit 2e9d4b3ff4
2 changed files with 34 additions and 9 deletions

View file

@ -1551,6 +1551,9 @@ void ReaderIClass(uint8_t arg0) {
break;
}
}
cmd_send(CMD_ACK,0,0,0,card_data, 0);
LED_A_OFF();
}