GPS support (hw uart)
This commit is contained in:
7
menu.h
7
menu.h
@@ -25,10 +25,11 @@ MENU_ITEM menuItemsSource[100] = {
|
||||
|
||||
{300, 3, 0, "<- parent menu"},
|
||||
// {MENU_WIFI, 3, -1, "[dev] WiFi network"},
|
||||
{MENU_GPRS, 3, -1, "[dev] GSM/GPRS"},
|
||||
{MENU_REMOTE_UPLOAD, 3, -1, "[dev] Remote upload"},
|
||||
{MENU_NTP, 3, -1, "[dev] NTP"},
|
||||
{MENU_SDCARD, 3, -1, "SD card"},
|
||||
{MENU_GPS, 3, -1, "GPS"},
|
||||
{MENU_GPRS, 3, -1, "[dev] GSM/GPRS"},
|
||||
//{MENU_REMOTE_UPLOAD, 3, -1, "[dev] Remote upload"},
|
||||
//{MENU_NTP, 3, -1, "[dev] NTP"},
|
||||
{MENU_SCREEN_ROTATION, 3, -1, "Screen rotation"},
|
||||
{MENU_DEFAULT_SCREEN, 3, -1, "Default screen"},
|
||||
{MENU_SCREEN_BRIGHTNESS, 3, -1, "LCD brightness"},
|
||||
|
||||
Reference in New Issue
Block a user