Backdoor-ISP is now up+left+enter
This commit is contained in:
parent
d06cad62e4
commit
31634eaafc
|
@ -94,7 +94,7 @@ uint8_t getInput(void) {
|
||||||
result += BTN_RIGHT;
|
result += BTN_RIGHT;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result == (BTN_LEFT+BTN_RIGHT)){ /* Development hack */
|
if (result == (BTN_LEFT+BTN_TOP+BTN_ENTER)){ /* Development hack */
|
||||||
gotoISP();
|
gotoISP();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue