kopia lustrzana https://github.com/OpenRTX/OpenRTX
Remove Messages menu as it's not implemented yet
rodzic
58f4f5dcaf
commit
a42354a204
|
@ -44,7 +44,6 @@ enum uiScreen
|
||||||
MENU_ZONE,
|
MENU_ZONE,
|
||||||
MENU_CHANNEL,
|
MENU_CHANNEL,
|
||||||
MENU_CONTACTS,
|
MENU_CONTACTS,
|
||||||
MENU_SMS,
|
|
||||||
MENU_GPS,
|
MENU_GPS,
|
||||||
MENU_SETTINGS,
|
MENU_SETTINGS,
|
||||||
MENU_INFO,
|
MENU_INFO,
|
||||||
|
@ -69,7 +68,6 @@ enum menuItems
|
||||||
M_ZONE = 0,
|
M_ZONE = 0,
|
||||||
M_CHANNEL,
|
M_CHANNEL,
|
||||||
M_CONTACTS,
|
M_CONTACTS,
|
||||||
M_MESSAGES,
|
|
||||||
#ifdef HAS_GPS
|
#ifdef HAS_GPS
|
||||||
M_GPS,
|
M_GPS,
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -109,7 +109,6 @@ const char *menu_items[] =
|
||||||
"Zone",
|
"Zone",
|
||||||
"Channels",
|
"Channels",
|
||||||
"Contacts",
|
"Contacts",
|
||||||
"Messages",
|
|
||||||
#ifdef HAS_GPS
|
#ifdef HAS_GPS
|
||||||
"GPS",
|
"GPS",
|
||||||
#endif
|
#endif
|
||||||
|
|
Ładowanie…
Reference in New Issue