chg: feedback after successful operation. led flashes twice. and whitespace removed
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user