mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
hw tune:
* scale results to allow higher LF voltages * remove historic comments
This commit is contained in:
parent
9b32625c2c
commit
d040cb9024
2 changed files with 11 additions and 11 deletions
|
@ -244,7 +244,7 @@ void MeasureAntennaTuning(int mode)
|
|||
}
|
||||
}
|
||||
|
||||
cmd_send(CMD_MEASURED_ANTENNA_TUNING, vLf125 | (vLf134<<16), vHf, peakf | (peakv<<16), LF_Results, 256);
|
||||
cmd_send(CMD_MEASURED_ANTENNA_TUNING, vLf125>>1 | (vLf134>>1<<16), vHf, peakf | (peakv>>1<<16), LF_Results, 256);
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LED_B_OFF();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue