Commit e983f165 authored by 崔立宝's avatar 崔立宝

五征EF01软件变更申请单20240812 - 附加:屏蔽掉EBS故障灯,EF01实车没有EBS配置

parent 3036374b
...@@ -756,7 +756,7 @@ void Telltale_LCD_Display(void) ...@@ -756,7 +756,7 @@ void Telltale_LCD_Display(void)
TFT_LCD_Clear_Layer(LAYER_LED03); TFT_LCD_Clear_Layer(LAYER_LED03);
//EBS EBS红灯警告 42 //EBS EBS红灯警告 42
if (TelltaleLCDFlag.Sig.LCD04 == 1) if (0) //TelltaleLCDFlag.Sig.LCD04 == 1)
{ {
//if (EBSRedWarningSignal == 1) //if (EBSRedWarningSignal == 1)
// TFT_LCD_Display_Sprite(LAYER_LED04, SN_zhishideng_29_png, 175, 9, 64); // TFT_LCD_Display_Sprite(LAYER_LED04, SN_zhishideng_29_png, 175, 9, 64);
......
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
//20240807 屏蔽行车信息显示;修改油压报警灯逻辑 //20240807 屏蔽行车信息显示;修改油压报警灯逻辑
//20240812 屏蔽EBS报警
//20240813 油压报警加油压目标值也满足条件
#include "main.h" #include "main.h"
#include "fuelconfig.h" #include "fuelconfig.h"
#include "UDS_ISO14229_Services.h" #include "UDS_ISO14229_Services.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment