CHG: minor LF adjustments.

CHG: `lf visa2000` - removed askedgedetect, it seemed it destroyed more than enhanced.
This commit is contained in:
iceman1001 2017-02-28 16:55:16 +01:00
commit 4eabb8ad38
6 changed files with 30 additions and 15 deletions

View file

@ -97,6 +97,7 @@ int CmdJablotronDemod(const char *Cmd) {
}
setDemodBuf(DemodBuffer+ans, 64, 0);
setGrid_Clock(64);
//got a good demod
uint32_t raw1 = bytebits_to_byte(DemodBuffer, 32);
@ -125,7 +126,7 @@ int CmdJablotronDemod(const char *Cmd) {
int CmdJablotronRead(const char *Cmd) {
CmdLFRead("s");
getSamples("12000", TRUE);
getSamples("10000", TRUE);
return CmdJablotronDemod(Cmd);
}