mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
fix 'hf 15 csetuid'
* switch off field after UID update * return last tag response (if there is any)
This commit is contained in:
parent
dcf63ca057
commit
124bed1513
1 changed files with 4 additions and 1 deletions
|
@ -1860,7 +1860,10 @@ void SetTag15693Uid(uint8_t *uid) {
|
|||
// }
|
||||
}
|
||||
|
||||
cmd_send(CMD_ACK, recvlen, 0, 0, NULL, 0);
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LED_D_OFF();
|
||||
|
||||
cmd_send(CMD_ACK, recvlen, 0, 0, recvbuf, recvlen);
|
||||
LED_A_OFF();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue