mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
CHG: minor code clean up in ArmSrc.
ADD: added some more default keys in Hf mf nested, maybe it runs faster :)
This commit is contained in:
parent
79bf1ad2cc
commit
787b5bd8a4
6 changed files with 150 additions and 115 deletions
|
@ -667,9 +667,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
WriteTItag(c->arg[0],c->arg[1],c->arg[2]);
|
||||
break;
|
||||
case CMD_SIMULATE_TAG_125K:
|
||||
LED_A_ON();
|
||||
SimulateTagLowFrequency(c->arg[0], c->arg[1], 1);
|
||||
LED_A_OFF();
|
||||
break;
|
||||
case CMD_LF_SIMULATE_BIDIR:
|
||||
SimulateTagLowFrequencyBidir(c->arg[0], c->arg[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue