Add menu configurable long-press function for MENU button

This commit is contained in:
Krzysiek Egzmont
2023-10-21 01:54:14 +02:00
parent b59df11bd6
commit a8ae1b7739
10 changed files with 40 additions and 18 deletions

View File

@@ -117,7 +117,8 @@ enum
MENU_F1SHRT,
MENU_F1LONG,
MENU_F2SHRT,
MENU_F2LONG
MENU_F2LONG,
MENU_MLONG
};
extern const uint8_t FIRST_HIDDEN_MENU_ITEM;