Bucle con menú principal para lo no implentado
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
parent
c45064265a
commit
1a4cb27525
12
src/main.cpp
12
src/main.cpp
@ -71,7 +71,11 @@ void userInterface(const int8_t *num_menu, vector<string> *mensaje, Config *conf
|
||||
break;
|
||||
}
|
||||
case MENU_INICIAR_STRESS: {
|
||||
/*TODO*/
|
||||
/*TODO
|
||||
*Lleva al menú principal
|
||||
*/
|
||||
vector<string> elem_menu = {txt::g_menuPrincipal_1, txt::g_menuPrincipal_2, txt::g_menuPrincipal_3};
|
||||
showMenu(&elem_menu, &MENU_PRINCIPAL, mensaje, config);
|
||||
break;
|
||||
}
|
||||
|
||||
@ -116,7 +120,11 @@ void userInterface(const int8_t *num_menu, vector<string> *mensaje, Config *conf
|
||||
}
|
||||
|
||||
case MENU_TITULO: {
|
||||
/*TODO*/
|
||||
/*TODO
|
||||
*Lleva al menú principal
|
||||
*/
|
||||
vector<string> elem_menu = {txt::g_menuPrincipal_1, txt::g_menuPrincipal_2, txt::g_menuPrincipal_3};
|
||||
showMenu(&elem_menu, &MENU_PRINCIPAL, mensaje, config);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user