mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +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:
|
OUT:
|
||||||
StopTicks();
|
StopTicks();
|
||||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||||
LED_D_OFF();
|
if (ledcontrol) LED_D_OFF();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SimulateTagLowFrequency(int period, int gap, bool ledcontrol) {
|
void SimulateTagLowFrequency(int period, int gap, bool ledcontrol) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue