mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +08:00
chg: feedback after successful operation. led flashes twice. and whitespace removed
This commit is contained in:
parent
680d1db9ec
commit
cb23de9694
1 changed files with 24 additions and 23 deletions
|
@ -95,6 +95,7 @@ void RunMod() {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SpinErr( (select==0) ? LED_A : LED_B, 250, 2);
|
||||||
state = STATE_SIM;
|
state = STATE_SIM;
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
@ -108,6 +109,7 @@ void RunMod() {
|
||||||
|
|
||||||
// high, low, no led control(A) no time limit
|
// high, low, no led control(A) no time limit
|
||||||
CmdHIDsimTAGEx(high[selected], low[selected], false, -1);
|
CmdHIDsimTAGEx(high[selected], low[selected], false, -1);
|
||||||
|
SpinErr( LED_C, 250, 2);
|
||||||
state = STATE_CLONE;
|
state = STATE_CLONE;
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
@ -122,9 +124,8 @@ void RunMod() {
|
||||||
// high2, high, low, no longFMT
|
// high2, high, low, no longFMT
|
||||||
CopyHIDtoT55x7(0, high[selected], low[selected], 0);
|
CopyHIDtoT55x7(0, high[selected], low[selected], 0);
|
||||||
state = STATE_READ;
|
state = STATE_READ;
|
||||||
|
SpinErr( LED_D, 250, 2);
|
||||||
selected = (selected + 1) % OPTS;
|
selected = (selected + 1) % OPTS;
|
||||||
|
|
||||||
LEDsoff();
|
LEDsoff();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue