Commit f2e3d9ef authored by 李俭双's avatar 李俭双

🐞 fix:修改导航距离不自检的问题

parent 4e0fc203
...@@ -677,7 +677,7 @@ void SEG_SET_Navigation_STS(uint8_t m_Flag, uint8_t m_Code, uint32_t m_Mileage) ...@@ -677,7 +677,7 @@ void SEG_SET_Navigation_STS(uint8_t m_Flag, uint8_t m_Code, uint32_t m_Mileage)
break; break;
} }
} }
if (m_Flag && BlueTooth.BLE_St) if ((m_Flag && BlueTooth.BLE_St) || (Common_GetIgnOnTime() < 3000))
{ {
LED_Driver_Channel_Set(LampChannel_0, LampCh0_17_Length2, LED_ON); LED_Driver_Channel_Set(LampChannel_0, LampCh0_17_Length2, LED_ON);
......
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