FIX: 'lf simulate' - wrong fix, the simulation doesn't work very well, but now it looks better...
This commit is contained in:
@@ -400,7 +400,8 @@ void SimulateTagLowFrequency(int period, int gap, int ledcontrol)
|
||||
int i = 0;
|
||||
uint8_t *buf = BigBuf_get_addr();
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT | FPGA_LF_EDGE_DETECT_TOGGLE_MODE );
|
||||
//FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT | FPGA_LF_EDGE_DETECT_TOGGLE_MODE );
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT);
|
||||
SpinDelay(20);
|
||||
|
||||
// set frequency, get values from 'lf config' command
|
||||
|
||||
Reference in New Issue
Block a user