Remove Messages menu as it's not implemented yet

replace/ac2ff38bd6f3294489d45a5a3dde117d05aa3ffa
Federico Amedeo Izzo 2021-04-11 10:06:12 +02:00
rodzic 58f4f5dcaf
commit a42354a204
2 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -44,7 +44,6 @@ enum uiScreen
MENU_ZONE,
MENU_CHANNEL,
MENU_CONTACTS,
MENU_SMS,
MENU_GPS,
MENU_SETTINGS,
MENU_INFO,
@ -69,7 +68,6 @@ enum menuItems
M_ZONE = 0,
M_CHANNEL,
M_CONTACTS,
M_MESSAGES,
#ifdef HAS_GPS
M_GPS,
#endif

Wyświetl plik

@ -109,7 +109,6 @@ const char *menu_items[] =
"Zone",
"Channels",
"Contacts",
"Messages",
#ifdef HAS_GPS
"GPS",
#endif