This commit is contained in:
iceman1001 2021-06-20 21:39:52 +02:00
parent 08b583e2bb
commit 3ec98d936c

View file

@ -686,9 +686,12 @@ int lf_sniff(bool verbose, uint32_t samples) {
int CmdLFSniff(const char *Cmd) { int CmdLFSniff(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf sniff", CLIParserInit(&ctx, "lf sniff",
"Sniff low frequency signal.\n" "Sniff low frequency signal. You need to configure the LF part on the Proxmark3 device manually.\n"
"Usually a trigger and skip samples is a good thing to set before doing a low frequency sniff.\n"
"\n"
" - use " _YELLOW_("`lf config`") _CYAN_(" to set parameters.\n") " - use " _YELLOW_("`lf config`") _CYAN_(" to set parameters.\n")
_CYAN_(" - use ") _YELLOW_("`data plot`") _CYAN_(" to look at it"), _CYAN_(" - use ") _YELLOW_("`data plot`") _CYAN_(" to look at sniff signal.\n")
_CYAN_(" - use ") _YELLOW_("`lf search -1`") _CYAN_(" to see if signal can be automatic decoded\n"),
"lf sniff -v\n" "lf sniff -v\n"
"lf sniff -s 3000 -@ --> oscilloscope style \n" "lf sniff -s 3000 -@ --> oscilloscope style \n"
); );