diff --git a/modules/menutest.c b/modules/menutest.c index 5219886..d4545f9 100644 --- a/modules/menutest.c +++ b/modules/menutest.c @@ -94,7 +94,7 @@ uint8_t getInput(void) { result += BTN_RIGHT; } - if (result == (BTN_LEFT+BTN_RIGHT)){ /* Development hack */ + if (result == (BTN_LEFT+BTN_TOP+BTN_ENTER)){ /* Development hack */ gotoISP(); }