mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-06 08:08:53 +08:00
fix more lf standalone
This commit is contained in:
parent
e3c9f46425
commit
b545109800
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void RunMod(void) {
|
|||
// record
|
||||
DbpString("[=] starting recording");
|
||||
|
||||
CmdHIDdemodFSK(1, &high[selected], &low[selected], 0);
|
||||
lf_hid_watch(1, &high[selected], &low[selected]);
|
||||
Dbprintf("[=] recorded %x %x %08x", selected, high[selected], low[selected]);
|
||||
|
||||
LEDsoff();
|
||||
|
|
Loading…
Reference in a new issue