mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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
|
payload.v_lf134 = adcval; // voltage at 134kHz
|
||||||
|
|
||||||
if (i == sc->divisor)
|
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
|
payload.results[i] = adcval >> 9; // scale int to fit in byte for graphing purposes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue