mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
FIX: wrong log bytes...
This commit is contained in:
parent
b816886806
commit
e4d57949df
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void frame_sendAsReader(uint32_t data, uint8_t bits){
|
||||||
COIL_PULSE(0);
|
COIL_PULSE(0);
|
||||||
|
|
||||||
// log
|
// log
|
||||||
uint8_t cmdbytes[] = {cmd_sz, BYTEx(cmd, 0), BYTEx(cmd, 1), BYTEx(cmd, 2), BYTEx(send, 0), BYTEx(send, 1) };
|
uint8_t cmdbytes[] = {bits, BYTEx(data,0), BYTEx(data,1), BYTEx(data,2) , BYTEx(send,0), BYTEx(send,1)};
|
||||||
LogTrace(cmdbytes, sizeof(cmdbytes), starttime, GET_TICKS, NULL, TRUE);
|
LogTrace(cmdbytes, sizeof(cmdbytes), starttime, GET_TICKS, NULL, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue