Merge pull request #1207 from aveao/patch-1

lf t55: Fix a typo
This commit is contained in:
Iceman 2021-02-21 01:04:13 +01:00 committed by GitHub
commit 0c374bbded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3869,8 +3869,8 @@ static int CmdT55xxSniff(const char *Cmd) {
"Sniff LF t55xx based trafic and decode possible cmd / blocks.\n" "Sniff LF t55xx based trafic and decode possible cmd / blocks.\n"
"Lower tolerance means tighter pulses. ", "Lower tolerance means tighter pulses. ",
"lf t55xx sniff\n" "lf t55xx sniff\n"
"lf t55xx sniff -1 -t 2 -> use buffer with tolernace of 2\n" "lf t55xx sniff -1 -t 2 -> use buffer with tolerance of 2\n"
"lf t55xx sniff -1 --zero 7 --one 14 -> use buffer, zero pulse width 7, one pulse width 15" "lf t55xx sniff -1 --zero 7 --one 14 -> use buffer, zero pulse width 7, one pulse width 15"
); );
void *argtable[] = { void *argtable[] = {