A27系列优化I2C/RTC处理,新增版本A270Y
This commit is contained in:
@ -17,9 +17,10 @@
|
||||
|
||||
#define MOTO_ICMX_GB518_A272T 5
|
||||
#define MOTO_ICMX_GB518_A272R 6
|
||||
#define MOTO_ICMX_GB518_A270Y 7
|
||||
|
||||
|
||||
#define MOTO_WARE_HOSE MOTO_ICMX_GB518_A272R
|
||||
#define MOTO_WARE_HOSE MOTO_ICMX_GB518_A270Y
|
||||
|
||||
#if (MOTO_WARE_HOSE == MOTO_ICMX_GB518_A270T)
|
||||
|
||||
@ -132,6 +133,26 @@
|
||||
|
||||
// #define UI_FAN_CLOSE 1
|
||||
|
||||
#elif (MOTO_WARE_HOSE == MOTO_ICMX_GB518_A270Y)
|
||||
|
||||
#define SOFT_WARE_HOST 0
|
||||
#define SOFT_WARE_ORDER 1
|
||||
|
||||
#define TP_VERSION DOMESTIC_VERSION_1
|
||||
|
||||
#define HARD_WARE "MXC-A272R V4.6"
|
||||
#define MCU_INFO_LABEL "A270Y"
|
||||
|
||||
//胎压功能宏
|
||||
#define UI_VIEW_TIRE_PRESSURE 0
|
||||
|
||||
// #define UI_TEMP_CLOSE 1
|
||||
// #define UI_ABS_CLOSE 1
|
||||
// #define UI_TCS_CLOSE 1
|
||||
// #define UI_FAN_CLOSE 1
|
||||
|
||||
// #define UI_FAN_CLOSE 1
|
||||
|
||||
|
||||
#else
|
||||
#define SOFT_WARE_HOST 0
|
||||
|
Reference in New Issue
Block a user