mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
CHG: minor LF adjustments.
CHG: `lf visa2000` - removed askedgedetect, it seemed it destroyed more than enhanced.
This commit is contained in:
parent
a8fd088d8b
commit
4eabb8ad38
6 changed files with 30 additions and 15 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue