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
|
@ -57,7 +57,7 @@ void RunMod(void) {
|
|||
DbpString("[=] starting recording");
|
||||
|
||||
// findone, high, low
|
||||
lf_hid_watch(1, &high, &low);
|
||||
lf_hid_watch(1, &high, &low, true);
|
||||
|
||||
Dbprintf("[=] recorded | %x%08x", high, low);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue