Commit a5d58adb authored by 何锐's avatar 何锐

feat:指示灯取消其他步骤显示

parent 64e322d2
......@@ -1103,13 +1103,13 @@ uint32_t R485_SendMACaddress_0x42(void)
uint32_t R485_Send_test(void)
{
uint32_t u32sendendflag = 0;
switch (MENU_CHECK_STEP)
{
BCMLED.Sig.HLLamp = 0x00; //远光
BCMLED.Sig.Lamp = 0x00; //双闪
BCMLED.Sig.FlickerFrequency = 0x00; //频率
switch (MENU_CHECK_STEP)
{
case 0:
// BCMLED.Sig.Lamp = 0x01; //左转
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
......@@ -1174,7 +1174,6 @@ uint32_t R485_Send_test(void)
default:
break;
}
// BCMLED.Sig.Lamp = 0x03; //左转
// BCMLED.Sig.FlickerFrequency = 0x05; //频率
......
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