mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Added ledcontrol to lf functions
This commit is contained in:
parent
d4b5bfbeaa
commit
218a4ba2ec
26 changed files with 432 additions and 426 deletions
|
@ -75,7 +75,7 @@ void RunMod(void) {
|
|||
// record
|
||||
DbpString("[=] starting recording");
|
||||
|
||||
lf_hid_watch(1, &high[selected], &low[selected]);
|
||||
lf_hid_watch(1, &high[selected], &low[selected], true);
|
||||
Dbprintf("[=] recorded %x %x %08x", selected, high[selected], low[selected]);
|
||||
|
||||
LEDsoff();
|
||||
|
@ -95,7 +95,7 @@ void RunMod(void) {
|
|||
|
||||
WAIT_BUTTON_RELEASED();
|
||||
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0, false, false);
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0, false, false, true);
|
||||
Dbprintf("[=] cloned %x %x %08x", selected, high[selected], low[selected]);
|
||||
|
||||
LEDsoff();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue