mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
ReSync file
This commit is contained in:
parent
bc11ff88ea
commit
7f198192ec
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ int getFDXBits(uint64_t national_id, uint16_t country, uint8_t isanimal, uint8_t
|
||||||
int CmdFDXBdemodBI(const char *Cmd) {
|
int CmdFDXBdemodBI(const char *Cmd) {
|
||||||
|
|
||||||
int clk = 32;
|
int clk = 32;
|
||||||
int invert = 1, errCnt = 0, offset = 0, maxErr = 0;
|
int invert = 1, errCnt = 0, offset = 0, maxErr = 100;
|
||||||
uint8_t bs[MAX_DEMOD_BUF_LEN];
|
uint8_t bs[MAX_DEMOD_BUF_LEN];
|
||||||
size_t size = getFromGraphBuf(bs);
|
size_t size = getFromGraphBuf(bs);
|
||||||
|
|
||||||
|
@ -236,7 +236,7 @@ int CmdFdxDemod(const char *Cmd) {
|
||||||
|
|
||||||
//Differential Biphase / di-phase (inverted biphase)
|
//Differential Biphase / di-phase (inverted biphase)
|
||||||
//get binary from ask wave
|
//get binary from ask wave
|
||||||
if (!ASKbiphaseDemod("0 32 1 0", false)) {
|
if (!ASKbiphaseDemod("0 32 1 100", false)) {
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B ASKbiphaseDemod failed");
|
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B ASKbiphaseDemod failed");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue