Bucle con menú principal para lo no implentado

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
Somebody Master 2021-03-14 00:57:00 +01:00
parent c45064265a
commit 1a4cb27525
Signed by: somebody_master
GPG Key ID: 78315CFDF0B25505

View File

@ -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;
}