Fix menu history item selection

This commit is contained in:
Scott Lahteine
2019-04-04 02:29:44 -05:00
parent f1810689ff
commit 10b9632bed
3 changed files with 13 additions and 16 deletions

View File

@ -419,7 +419,7 @@ public:
static void synchronize(PGM_P const msg=NULL);
static screenFunc_t currentScreen;
static void goto_screen(const screenFunc_t screen, const uint32_t encoder=0);
static void goto_screen(const screenFunc_t screen, const uint32_t encoder=0, const uint8_t top=0, const uint8_t items=0);
static void save_previous_screen();
static void goto_previous_screen();
static void return_to_status();