fix: LED is used as a flag, 1,2,4,8 not 1,2,3,4..

This commit is contained in:
iceman1001 2019-09-12 09:58:05 +02:00
commit 3587aeff2a
4 changed files with 30 additions and 27 deletions

View file

@ -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);
}