mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
minor
This commit is contained in:
parent
f70a49e894
commit
bb0577f978
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
} PACKED;
|
||||
struct p *payload = (struct p *)packet->data.asBytes;
|
||||
// length, start gap, led control
|
||||
SimulateTagLowFrequency(payload->len, payload->gap, 1);
|
||||
SimulateTagLowFrequency(payload->len, payload->gap, true);
|
||||
reply_ng(CMD_LF_SIMULATE, PM3_EOPABORTED, NULL, 0);
|
||||
LED_A_OFF();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue