mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: 'LF VISA2000' adding askedgedetection when decoding allows for some traces to be correct demodulated.
This commit is contained in:
parent
3375daee9e
commit
92014925d6
3 changed files with 12 additions and 3 deletions
|
@ -30,6 +30,7 @@ int CmdG_Prox_II_Demod(const char *Cmd);
|
|||
int Cmdaskrawdemod(const char *Cmd);
|
||||
int Cmdaskmandemod(const char *Cmd);
|
||||
int AutoCorrelate(int window, bool SaveGrph, bool verbose);
|
||||
int CmdAskEdgeDetect(const char *Cmd);
|
||||
int CmdAutoCorr(const char *Cmd);
|
||||
int CmdBiphaseDecodeRaw(const char *Cmd);
|
||||
int CmdBitsamples(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue