Adapter type submenu

This commit is contained in:
Lubos Petrovic
2020-12-20 12:24:56 +01:00
parent 4532105adb
commit 8cc9ca26c1
6 changed files with 85 additions and 17 deletions

View File

@@ -67,9 +67,14 @@ typedef struct {
} MENU_ITEM;
#define MENU_VEHICLE_TYPE 1
#define MENU_ADAPTER_TYPE 5
#define MENU_SAVE_SETTINGS 9
#define MENU_APP_VERSION 10
//
#define MENU_ADAPTER_BLE4 501
#define MENU_ADAPTER_CAN 502
#define MENU_ADAPTER_BT3 503
//
#define MENU_WIFI 301
#define MENU_GPRS 302
#define MENU_NTP 303