mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -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
|
@ -62,7 +62,7 @@ int CmdVisa2kDemod(const char *Cmd) {
|
|||
// save GraphBuffer - to restore it later
|
||||
save_restoreGB(1);
|
||||
|
||||
CmdAskEdgeDetect("");
|
||||
//sCmdAskEdgeDetect("");
|
||||
|
||||
//ASK / Manchester
|
||||
bool st = TRUE;
|
||||
|
@ -88,7 +88,8 @@ int CmdVisa2kDemod(const char *Cmd) {
|
|||
return 0;
|
||||
}
|
||||
setDemodBuf(DemodBuffer, 96, ans);
|
||||
|
||||
setGrid_Clock(64);
|
||||
|
||||
//got a good demod
|
||||
uint32_t raw1 = bytebits_to_byte(DemodBuffer, 32);
|
||||
uint32_t raw2 = bytebits_to_byte(DemodBuffer+32, 32);
|
||||
|
@ -110,7 +111,7 @@ int CmdVisa2kDemod(const char *Cmd) {
|
|||
|
||||
int CmdVisa2kRead(const char *Cmd) {
|
||||
CmdLFRead("s");
|
||||
getSamples("16000",TRUE);
|
||||
getSamples("12000",TRUE);
|
||||
return CmdVisa2kDemod(Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue