@Marshmellow42 additions:

ADD: Q5 to 'LF PYRAMID'
ADD: ST sim addition to SIM ask.

REF: 29ada8fc08
This commit is contained in:
iceman1001 2016-03-07 18:53:02 +01:00
commit 6c68b84a6e
6 changed files with 146 additions and 100 deletions

View file

@ -88,7 +88,7 @@ int usage_lf_simask(void) {
PrintAndLog(" b sim ask/biphase");
PrintAndLog(" m sim ask/manchester - Default");
PrintAndLog(" r sim ask/raw");
PrintAndLog(" s TBD- -to enable a gap between playback repetitions - default: no gap");
PrintAndLog(" s add t55xx Sequence Terminator gap - default: no gaps (only manchester)");
PrintAndLog(" d <hexdata> Data to sim as hex - omit to sim from DemodBuffer");
return 0;
}