mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fixed ledcontrol in SimulateTagLowFrequencyEx
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user