mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CmdFSKsimTAG: swap fcH/fcL back, fix lf io/awid/pyramid sim
This commit is contained in:
parent
64d2e43592
commit
59ea79b583
1 changed files with 2 additions and 2 deletions
|
@ -1070,9 +1070,9 @@ void CmdFSKsimTAG(uint8_t fchigh, uint8_t fclow, uint8_t separator, uint8_t clk,
|
|||
}
|
||||
for (i = 0; i < bitslen; i++) {
|
||||
if (bits[i])
|
||||
mod = fcAll(fclow, &n, clk+mod, &modCnt);
|
||||
else
|
||||
mod = fcAll(fchigh, &n, clk+mod, &modCnt);
|
||||
else
|
||||
mod = fcAll(fclow, &n, clk+mod, &modCnt);
|
||||
}
|
||||
|
||||
WDT_HIT();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue