mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Merge pull request #546 from pwpiwi/fix_tune
hw tune improvements (based on issue #544)
This commit is contained in:
commit
af1940a5d8
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