Skip to content

Commit

Permalink
send the can messages faster
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Jun 21, 2024
1 parent 372383b commit 4b7b24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sensors/core/tasks/pressure_driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class MMR920 {
(*sensor_buffer).at(current_index))});
if (i % 10 == 0) {
// slow it down so the can buffer doesn't choke
vtask_hardware_delay(50);
vtask_hardware_delay(20);
}
}
can_client.send_can_message(
Expand Down

0 comments on commit 4b7b24d

Please sign in to comment.