mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
CHG: 'hw tune' - bigger array
This commit is contained in:
parent
24598694e8
commit
af89c35e43
1 changed files with 1 additions and 1 deletions
|
@ -1498,7 +1498,7 @@ int CmdTuneSamples(const char *Cmd) {
|
|||
if ( peakv > NON_VOLTAGE && peakf > 0 )
|
||||
PrintAndLogEx(SUCCESS, "LF optimal: %5.2f V - %6.2f kHz", (peakv * ANTENNA_ERROR)/1000.0, 12000.0/(peakf+1));
|
||||
|
||||
char judgement[15];
|
||||
char judgement[20];
|
||||
memset(judgement, 0, sizeof(judgement));
|
||||
// LF evaluation
|
||||
if (peakv < LF_UNUSABLE_V)
|
||||
|
|
Loading…
Reference in a new issue