mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07:00
send an ACK back upon emulation end
This commit is contained in:
parent
8be3a37bb9
commit
dddbb67c40
1 changed files with 1 additions and 0 deletions
|
@ -2696,6 +2696,7 @@ void SimTagIso15693(uint32_t parameter, uint8_t *uid) {
|
|||
}
|
||||
}
|
||||
|
||||
cmd_send(CMD_ACK,1,0,0,0,0);
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LEDsoff();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue