norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
14 stars 10 forks source link

Update rate for CAN data not faster as 1Hz #48

Closed norbert-walter closed 2 years ago

norbert-walter commented 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.

norbert-walter commented 2 years ago

Solved in 20220320