menu fixes

This commit is contained in:
Lubos Petrovic
2020-12-05 19:53:56 +01:00
parent 49be75d06f
commit 7678d67cff
4 changed files with 87 additions and 83 deletions

View File

@@ -69,19 +69,26 @@ typedef struct {
#define MENU_VEHICLE_TYPE 1
#define MENU_SAVE_SETTINGS 9
#define MENU_APP_VERSION 10
#define MENU_DEFAULT_SCREEN 302
#define MENU_DEBUG_SCREEN 303
#define MENU_SCREEN_BRIGHTNESS 304
#define MENU_PREDRAWN_GRAPHS 305
#define MENU_WIFI 306
#define MENU_WIFI_ENABLED 3061
#define MENU_WIFI_SSID 3062
#define MENU_WIFI_PASSWORD 3063
#define MENU_GPRS 308
//
#define MENU_WIFI 301
#define MENU_GPRS 302
#define MENU_NTP 303
#define MENU_SDCARD 304
#define MENU_REMOTE_UPLOAD 305
#define MENU_SCREEN_ROTATION 306
#define MENU_DEFAULT_SCREEN 307
#define MENU_SCREEN_BRIGHTNESS 308
#define MENU_PREDRAWN_GRAPHS 309
#define MENU_HEADLIGHTS_REMINDER 310
#define MENU_DEBUG_SCREEN 311
//
#define MENU_DISTANCE_UNIT 401
#define MENU_TEMPERATURE_UNIT 402
#define MENU_PRESSURE_UNIT 403
//
#define MENU_WIFI_ENABLED 3011
#define MENU_WIFI_SSID 3012
#define MENU_WIFI_PASSWORD 3013
#endif // CONFIG_H