mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 04:49:38 -07:00
fixed Mifare nested by activating commented SpinDelay()s
This commit is contained in:
parent
489e174541
commit
79c3611cf3
1 changed files with 2 additions and 2 deletions
|
@ -493,7 +493,7 @@ void MifareNested(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *datain)
|
||||||
}
|
}
|
||||||
|
|
||||||
LED_B_ON();
|
LED_B_ON();
|
||||||
// SpinDelay(100);
|
SpinDelay(100);
|
||||||
cmd_send(CMD_ACK,0,ncount,targetBlockNo + (targetKeyType * 0x100),buf,48);
|
cmd_send(CMD_ACK,0,ncount,targetBlockNo + (targetKeyType * 0x100),buf,48);
|
||||||
// UsbSendPacket((uint8_t *)&ack, sizeof(UsbCommand));
|
// UsbSendPacket((uint8_t *)&ack, sizeof(UsbCommand));
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
|
@ -507,7 +507,7 @@ void MifareNested(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *datain)
|
||||||
// memset(ack.d.asBytes, 0x00, sizeof(ack.d.asBytes));
|
// memset(ack.d.asBytes, 0x00, sizeof(ack.d.asBytes));
|
||||||
|
|
||||||
LED_B_ON();
|
LED_B_ON();
|
||||||
// SpinDelay(300);
|
SpinDelay(300);
|
||||||
// UsbSendPacket((uint8_t *)&ack, sizeof(UsbCommand));
|
// UsbSendPacket((uint8_t *)&ack, sizeof(UsbCommand));
|
||||||
cmd_send(CMD_ACK,1,0,0,0,0);
|
cmd_send(CMD_ACK,1,0,0,0,0);
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue