Closed norbert-walter closed 2 years ago
Updaterate for CAN data not faster as 1Hz because the display needs 1s for partial update. The display routine is in the same loop with the sensor data. To solve the problem split the data collecting and transmitting in a different independent task.
Solved in 20220320
Updaterate for CAN data not faster as 1Hz because the display needs 1s for partial update. The display routine is in the same loop with the sensor data. To solve the problem split the data collecting and transmitting in a different independent task.