Commit fa844caa authored by 李鑫3's avatar 李鑫3

🐞 fix:修改水温

parent 09cfdaf2
...@@ -874,7 +874,7 @@ void can_submit(void) ...@@ -874,7 +874,7 @@ void can_submit(void)
data2[4] = 0x0B; data2[4] = 0x0B;
init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2); init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2);
data3[2]=0x0C; data3[2]=0x71;
init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3); init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3);
data4[0] = 0x04; //ABS data4[0] = 0x04; //ABS
...@@ -938,7 +938,7 @@ void can_submit(void) ...@@ -938,7 +938,7 @@ void can_submit(void)
data2[4] = 0x0B; data2[4] = 0x0B;
init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2); init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2);
data3[2]=0x4C; data3[2]=0x96;
init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3); init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3);
data4[0] = 0x95; //ABS data4[0] = 0x95; //ABS
...@@ -970,7 +970,7 @@ void can_submit(void) ...@@ -970,7 +970,7 @@ void can_submit(void)
// data2[4] = 0x0B; // data2[4] = 0x0B;
init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2); init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2);
data3[2]=0x4C; data3[2]=0x96;
init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3); init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3);
data4[0] = 0x24; //ABS data4[0] = 0x24; //ABS
...@@ -1093,7 +1093,7 @@ void can_submit(void) ...@@ -1093,7 +1093,7 @@ void can_submit(void)
// data2[4] = 0x0B; // data2[4] = 0x0B;
init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2); init_CAN_Frame(&m_msg2, 0x687, 8, 1, data2);
data3[2]=0x4C; data3[2]=0x96;
init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3); init_CAN_Frame(&m_msg3, 0x180, 8, 1, data3);
data4[0] = 0x08; //ABS data4[0] = 0x08; //ABS
......
...@@ -5642,7 +5642,7 @@ void Display_Send_Vspead(uint8_t menu) ...@@ -5642,7 +5642,7 @@ void Display_Send_Vspead(uint8_t menu)
break; break;
case 5: case 5:
fuel_val = 4; fuel_val = 5;
tem=5; tem=5;
VSpeed_val = 199; VSpeed_val = 199;
// TFT_LCD_Draw_Bmp(3, 40+25+25+25+40+25+25, ( uint8_t * )gImage_JCT_12X0_Y0); // TFT_LCD_Draw_Bmp(3, 40+25+25+25+40+25+25, ( uint8_t * )gImage_JCT_12X0_Y0);
......
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