This commit is contained in:
Lubos Petrovic
2020-12-05 07:33:34 +01:00
parent 200e70ae32
commit 3844e9bd8c
4 changed files with 122 additions and 94 deletions

View File

@@ -66,4 +66,16 @@ typedef struct {
char serviceUUID[40];
} MENU_ITEM;
#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_DISTANCE_UNIT 401
#define MENU_TEMPERATURE_UNIT 402
#define MENU_PRESSURE_UNIT 403
#endif // CONFIG_H