mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -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
|
@ -77,7 +77,7 @@ void RunMod(void) {
|
|||
|
||||
// findone, high, low, no ledcontrol (A)
|
||||
uint32_t hi = 0, lo = 0;
|
||||
lf_hid_watch(1, &hi, &lo);
|
||||
lf_hid_watch(1, &hi, &lo, true);
|
||||
high[selected] = hi;
|
||||
low[selected] = lo;
|
||||
|
||||
|
@ -121,7 +121,7 @@ void RunMod(void) {
|
|||
Dbprintf("[=] cloning %x | %x%08x", selected, high[selected], low[selected]);
|
||||
|
||||
// high2, high, low, no longFMT
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0, false, false);
|
||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0, false, false, true);
|
||||
|
||||
DbpString("[=] cloned done");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue