chg: 'hw tune' - compensating the 3% error marginal.

This commit is contained in:
iceman1001 2018-02-09 00:25:45 +01:00
commit 5adb9af78f
2 changed files with 6 additions and 7 deletions

View file

@ -216,7 +216,6 @@ void MeasureAntennaTuning(void) {
* ( hopefully around 95 if it is tuned to 125kHz!)
*/
DbpString("[+] collecting LF data");
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_ADC | FPGA_LF_ADC_READER_FIELD);
SpinDelay(50);
@ -239,7 +238,6 @@ void MeasureAntennaTuning(void) {
}
}
DbpString("[+] collecting HF data");
LED_A_ON();
// Let the FPGA drive the high-frequency antenna around 13.56 MHz.
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);