CHG: 'hw tune' - bigger array

This commit is contained in:
Chris 2018-08-19 21:19:58 +02:00
parent 24598694e8
commit af89c35e43

View file

@ -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)