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

@ -834,7 +834,7 @@ int CmdVikingDemod(const char *Cmd)
return 0;
}
size_t size = DemodBufferLen;
//call lfdemod.c demod for Viking
int ans = VikingDemod_AM(DemodBuffer, &size);
if (ans < 0) {
if (g_debugMode) PrintAndLog("DEBUG: Error - Viking Demod %d %s", ans, (ans == -5)?"[chksum error]":"");
@ -2095,6 +2095,11 @@ int CmdGrid(const char *Cmd)
RepaintGraphWindow();
return 0;
}
void setGrid_Clock(uint8_t clock){
PlotGridXdefault = clock;
RepaintGraphWindow();
}
int CmdHexsamples(const char *Cmd)
{