mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 18:50:32 +08:00
Fixed ledcontrol in SimulateTagLowFrequencyEx
This commit is contained in:
parent
85fb51564f
commit
53611b5cad
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@ void SimulateTagLowFrequencyEx(int period, int gap, bool ledcontrol, int numcycl
|
|||
OUT:
|
||||
StopTicks();
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LED_D_OFF();
|
||||
if (ledcontrol) LED_D_OFF();
|
||||
}
|
||||
|
||||
void SimulateTagLowFrequency(int period, int gap, bool ledcontrol) {
|
||||
|
|
Loading…
Reference in a new issue