Longer encoder press exits param edit without exiting the tab
This commit is contained in:
@ -67,6 +67,8 @@ void checkInputs() {
|
||||
} else if (encReleasedTime - encPressedTime < 2000) { // longer press (<2s) is for navigating back. longer than 2s presses are ignored
|
||||
if (displayScreen != 0) {
|
||||
displayScreen = 0;
|
||||
} else if (menuItemSelected == 1) {
|
||||
menuItemSelected = 0;
|
||||
} else if (insideTab == 1) {
|
||||
insideTab = 0;
|
||||
menuItem = 0;
|
||||
|
||||
Reference in New Issue
Block a user