mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: Added @marshmellow42 's fix for ASK/Biphase simulation on deviceside.
CHG: Added @marshmellow42 's refactoring of "gprox-II" demod.
This commit is contained in:
parent
547595784f
commit
c728b2b4cf
4 changed files with 33 additions and 45 deletions
|
@ -48,7 +48,7 @@ int GetGuardBits(uint32_t fc, uint32_t cn, uint8_t *guardBits) {
|
|||
time_t t;
|
||||
srand((unsigned) time(&t));
|
||||
//uint8_t xorKey = rand() % 0xFF;
|
||||
uint8_t xorKey = 0x6b;
|
||||
uint8_t xorKey = 0x66;
|
||||
uint8_t i;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue