Commit 26a7a821 authored by 李冠华's avatar 李冠华

🐞 fix:修改电量信号不在线时,自检期间总SOC背光不亮的问题

parent 3a800a17
......@@ -137,7 +137,7 @@ void BackLight_Process(void)
#if (PART_NUMBER == RMR42E_60)
if (openLED_flag)
#else
if ((Get_CAN_Power_State() > KEY_OFF) && (Get_AllSocValid() == 1U))
if (((Get_CAN_Power_State() > KEY_OFF) && (Get_AllSocValid() == 1U)) || ((Get_CAN_Power_State() == KEY_ACC) && (checkself_seg_Flag == 1)))
#endif
{
//电量
......
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