Minor fixes: Array inits, some array bounds checks.

ADD: some extra help text for lf snoop
ADD: HasGraphData - function in graph.c
ADD: DetectHighLowInGraph  - function in graph.c
This commit is contained in:
iceman1001 2015-01-20 22:14:56 +01:00
commit a1557c4c2f
4 changed files with 53 additions and 12 deletions

View file

@ -467,6 +467,9 @@ int CmdLFSnoop(const char *Cmd)
PrintAndLog("usage 1: snoop");
PrintAndLog(" 2: snoop <l|h> [trigger threshold]");
PrintAndLog(" 3: snoop <divisor> [trigger threshold]");
PrintAndLog("");
PrintAndLog("Sample: lf snoop l 200");
PrintAndLog(" : lf snoop 95 200");
return 0;
}