mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
commit
423d179da5
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ void RunMod() {
|
||||||
if (button_action == 0) { // No button action, proceed with sim
|
if (button_action == 0) { // No button action, proceed with sim
|
||||||
|
|
||||||
uint8_t flags = FLAG_4B_UID_IN_DATA;
|
uint8_t flags = FLAG_4B_UID_IN_DATA;
|
||||||
uint8_t data[USB_CMD_DATA_SIZE] = {0}; // in case there is a read command received we shouldn't break
|
uint8_t data[PM3_CMD_DATA_SIZE] = {0}; // in case there is a read command received we shouldn't break
|
||||||
|
|
||||||
memcpy(data, uids[selected].uid, uids[selected].uidlen);
|
memcpy(data, uids[selected].uid, uids[selected].uidlen);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue