mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: lf sim - dont forget to PACK your structs on both sides\n chg: data convertbitstream - converts bit to max/min in order to facilitate demodulation of simulation data
This commit is contained in:
parent
78d7077f01
commit
f8dbf6138a
8 changed files with 78 additions and 47 deletions
|
@ -1392,7 +1392,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
uint8_t flag;
|
||||
uint16_t offset;
|
||||
uint8_t *data;
|
||||
};
|
||||
} PACKED;
|
||||
struct p* payload = (struct p*)packet->data.asBytes;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue