Commit 105905c0 authored by 何锐's avatar 何锐

feat:取消履带灯配置,默认零件号5300

parent 2e1497ba
......@@ -1193,12 +1193,12 @@ void change_UDS_DID(void)
if(MENU_CHECK_STEP != 0)
{
vspeedpeizhi = 0x4;
trackmode = 1;
// trackmode = 1;
}
else
{
vspeedpeizhi = 0x3;
trackmode = 0;
// trackmode = 0;
}
CAN_Frame_st_t m_msg;
uint8_t data[8] = {0, 0, 0, 0, 0, 0, 0, 0};
......
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