This commit is contained in:
Lubos Petrovic
2020-12-05 11:24:20 +01:00
parent 3844e9bd8c
commit 3dcfab24ea
8 changed files with 36 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ class LiveData {
String currentAtshRequest = "";
// Menu
bool menuVisible = false;
uint8_t menuItemsCount = 79;
uint8_t menuItemsCount;
uint16_t menuCurrent = 0;
uint8_t menuItemSelected = 0;
uint8_t menuItemOffset = 0;