mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix LED signalling
This commit is contained in:
parent
63b9c91fcc
commit
7d49b168c8
1 changed files with 2 additions and 2 deletions
|
@ -2594,7 +2594,8 @@ void RunMod(void) {
|
||||||
} else if (key < 0) {
|
} else if (key < 0) {
|
||||||
Dbprintf("[" _RED_("!") "] " _RED_("No key %c found for sector %" PRIu8 "!"),
|
Dbprintf("[" _RED_("!") "] " _RED_("No key %c found for sector %" PRIu8 "!"),
|
||||||
(keyType == 0) ? 'A' : 'B', sec);
|
(keyType == 0) ? 'A' : 'B', sec);
|
||||||
SpinErr(LED_D, 250, 3);
|
SpinErr(LED_D, 50, 3);
|
||||||
|
LED_C_ON();
|
||||||
allKeysFound = false;
|
allKeysFound = false;
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
|
@ -2638,7 +2639,6 @@ void RunMod(void) {
|
||||||
|
|
||||||
// no room to run nested attack on device (iceman)
|
// no room to run nested attack on device (iceman)
|
||||||
DbpString("[" _RED_("!") "] " _RED_("There's currently no nested attack in MattyRun, sorry!"));
|
DbpString("[" _RED_("!") "] " _RED_("There's currently no nested attack in MattyRun, sorry!"));
|
||||||
SpinDelay(500);
|
|
||||||
// allKeysFound = true;
|
// allKeysFound = true;
|
||||||
|
|
||||||
state = STATE_LOAD;
|
state = STATE_LOAD;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue