mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
text
This commit is contained in:
parent
08f567a227
commit
62d84dd734
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ static int CmdIndalaSim(const char *Cmd) {
|
|||
|
||||
// indala PSK, clock 32, carrier 0
|
||||
lf_psksim_t *payload = calloc(1, sizeof(lf_psksim_t) + sizeof(bs));
|
||||
payload->carrier = 2;
|
||||
payload->carrier = 2;
|
||||
payload->invert = 0;
|
||||
payload->clock = 32;
|
||||
memcpy(payload->data, bs, raw_len * 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue