diff --git a/doc/cliparser_todo.txt b/doc/cliparser_todo.txt index 6d1b6ed86..4d85a78fd 100644 --- a/doc/cliparser_todo.txt +++ b/doc/cliparser_todo.txt @@ -201,9 +201,6 @@ lf hitag sniff lf hitag writer lf hitag dump lf hitag cc -lf indala demod -lf indala altdemod -lf indala sim lf t55xx config lf t55xx dangerraw lf t55xx detect diff --git a/tools/pm3_tests.sh b/tools/pm3_tests.sh index b8d20c08b..baf08ad5d 100755 --- a/tools/pm3_tests.sh +++ b/tools/pm3_tests.sh @@ -391,7 +391,7 @@ while true; do "Fmt 26 FC: 123 Card: 1337 checksum: 10"; then break; fi if ! CheckExecute slow "lf T55 indala_224 test" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_indala_224.pm3; lf search 1'" "Indala ID found"; then break; fi if ! CheckExecute slow "lf T55 indala_224 test2" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_indala_224.pm3; lf indala demod'" \ - "Indala - len 224, Raw: 80000001b23523a6c2e31eba3cbee4afb3c6ad1fcf649393928c14e5"; then break; fi + "Indala - len 224 Raw: 80000001b23523a6c2e31eba3cbee4afb3c6ad1fcf649393928c14e5"; then break; fi if ! CheckExecute slow "lf T55 io test" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_io.pm3; lf search 1'" "IO Prox ID found"; then break; fi if ! CheckExecute slow "lf T55 io test2" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_io.pm3; lf io demod'" \ "IO Prox - XSF(01)01:01337, Raw: 007840603059cf3f (ok)"; then break; fi