Commit 1892807c authored by heyudong's avatar heyudong

🐞 fix:67582【手机互联】发送TCS_Work Mode=0x1,TCS指示灯点亮;TCS 关闭指示灯发任何信号均无法点亮【底板1015】

parent ad9f8d4f
......@@ -3063,7 +3063,7 @@ static void AMT630H_GUI_PhoneConnect_Light()
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0466_874_488);
}
if(Get_TelltalesLedSts(em_LED_TCS))
if(Get_TelltalesLedSts(em_LED_TCS) == 1)
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0473_172_490);
}
......
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