mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 18:24:27 +08:00
text
This commit is contained in:
parent
f1cf01f757
commit
9410cc410f
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ static void MeasureAntennaTuning(void) {
|
|||
payload.v_lf134 = adcval; // voltage at 134kHz
|
||||
|
||||
if (i == sc->divisor)
|
||||
payload.v_lfconf = adcval; // voltage at `lf config q`
|
||||
payload.v_lfconf = adcval; // voltage at `lf config --divisor`
|
||||
|
||||
payload.results[i] = adcval >> 9; // scale int to fit in byte for graphing purposes
|
||||
|
||||
|
|
Loading…
Reference in a new issue