Commit 5f081835 authored by 李俭双's avatar 李俭双

feat:增加部分指示灯逻辑,还差蓝牙,导航,保养指示灯未完成

parent b10cd8bf
...@@ -184,7 +184,7 @@ void Data_Coolant_Temp_Display ( void ) ...@@ -184,7 +184,7 @@ void Data_Coolant_Temp_Display ( void )
{ {
DataCoolantTemp_Dis.u8_Warnflg = 2; DataCoolantTemp_Dis.u8_Warnflg = 2;
} }
else if(DataCoolantTemp.Value >= 112) else if(DataCoolantTemp.Value <= 112)
{ {
DataCoolantTemp_Dis.u8_Warnflg = 0; DataCoolantTemp_Dis.u8_Warnflg = 0;
} }
......
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