Commit ee0ecc4d authored by 何锐's avatar 何锐

feat:校准车速表

parent 2c5f6c15
......@@ -976,8 +976,8 @@ void can_submit(void)
break;
case 6:
/* 车速 */
data1[0] = 0x38;
data1[1] = 0xA4;
data1[0] = 0x39;
data1[1] = 0x10;
init_CAN_Frame(&m_msg1, 0x260, 8, 1, data1);
/* 时间 */
......@@ -1005,8 +1005,8 @@ void can_submit(void)
break;
case 7:
/* 车速 */
data1[0] = 0x3C;
data1[1] = 0xF0;
data1[0] = 0x3D;
data1[1] = 0x28;
init_CAN_Frame(&m_msg1, 0x260, 8, 1, data1);
/* 时间 */
......@@ -1034,8 +1034,8 @@ void can_submit(void)
break;
case 8:
/* 车速 */
data1[0] = 0x40;
data1[1] = 0xD8;
data1[0] = 0x41;
data1[1] = 0xA8;
init_CAN_Frame(&m_msg1, 0x260, 8, 1, data1);
/* 时间 */
......@@ -1063,8 +1063,8 @@ void can_submit(void)
break;
case 9:
/* 车速 */
data1[0] = 0x4E;
data1[1] = 0x20;
data1[0] = 0x4F;
data1[1] = 0x69;
init_CAN_Frame(&m_msg1, 0x260, 8, 1, data1);
/* 时间 */
......
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