mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
Trim long debug string message in hitune
This commit is contained in:
parent
1eb7596aad
commit
d724614963
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void MeasureAntennaTuningHf(void)
|
|||
{
|
||||
int vHf = 0; // in mV
|
||||
|
||||
DbpString("Measuring HF antenna characteristics, press button to exit");
|
||||
DbpString("Measuring HF antenna, press button to exit");
|
||||
|
||||
for (;;) {
|
||||
// Let the FPGA drive the high-frequency antenna around 13.56 MHz.
|
||||
|
|
Loading…
Reference in a new issue