Commit 4d795c39 authored by 李俭双's avatar 李俭双

🐞 fix:蓝牙断开,不显示导航数据

parent 14df2ec1
......@@ -677,7 +677,7 @@ void SEG_SET_Navigation_STS(uint8_t m_Flag, uint8_t m_Code, uint32_t m_Mileage)
break;
}
}
if (m_Flag)
if (m_Flag && BlueTooth.BLE_St)
{
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