changed menu order (PFW 91)
This commit is contained in:
parent
6abba7bfe9
commit
7f05b9fd44
1 changed files with 2 additions and 1 deletions
|
@ -5043,12 +5043,13 @@ static void lcd_main_menu()
|
|||
{
|
||||
MENU_ITEM(submenu, MSG_STATISTICS, lcd_menu_statistics);
|
||||
}
|
||||
MENU_ITEM(submenu, MSG_SUPPORT, lcd_support_menu);
|
||||
|
||||
MENU_ITEM(submenu, PSTR("Fail stats"), lcd_menu_fails_stats);
|
||||
|
||||
MENU_ITEM(submenu, PSTR("Debug"), lcd_menu_debug);
|
||||
|
||||
MENU_ITEM(submenu, MSG_SUPPORT, lcd_support_menu);
|
||||
|
||||
END_MENU();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue