mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
Stand Alone Mode changes for NFC (part 2)
This commit is contained in:
parent
85f011a550
commit
c89274cc60
4 changed files with 185 additions and 105 deletions
|
@ -1063,7 +1063,6 @@ void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd, byte_t* data)
|
|||
LED_A_ON();
|
||||
for(;;) {
|
||||
// Clean receive command buffer
|
||||
|
||||
if(!GetIso14443aCommandFromReader(receivedCmd, receivedCmdPar, &len)) {
|
||||
DbpString("Button press");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue