lf sim fixes/creations correct now

fixed lf simpsk
fixed lf em em410xsim
fixed lf sim  (can go right from lf search to lf sim if you have a
strong antenna - if not use a demod first)
This commit is contained in:
marshmellow42 2015-03-06 12:28:54 -05:00
parent e09f21fa7b
commit 78f5b1a77c
7 changed files with 54 additions and 109 deletions

View file

@ -266,7 +266,7 @@ int CmdEM410xSim(const char *Cmd)
/* stop bit */
AppendGraph(1, clock, 0);
CmdLFSim("240"); //240 start_gap.
CmdLFSim("0"); //240 start_gap.
return 0;
}