mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: LED is used as a flag, 1,2,4,8 not 1,2,3,4..
This commit is contained in:
parent
22ead8ca0b
commit
3587aeff2a
4 changed files with 30 additions and 27 deletions
|
@ -229,7 +229,7 @@ void RAMFUNC SniffAndStore(uint8_t param) {
|
|||
if (DBGLEVEL > 1)
|
||||
Dbprintf("[!] Wrote %u Authentification attempts into logfile", auth_attempts);
|
||||
|
||||
SpinErr(0, 200, 5); // blink led A
|
||||
SpinErr(LED_A, 200, 5);
|
||||
SpinDelay(100);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue