Skip to content

Commit

Permalink
do not need to report
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Oct 3, 2023
1 parent e0d54f1 commit 8258532
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 @@ -404,7 +404,7 @@ class MMR920C04 {
.offset_average = pressure_fixed_point});
set_threshold(current_pressure_baseline_pa,
can::ids::SensorThresholdMode::auto_baseline,
m.message_index, true);
m.message_index, false);
} else {
auto message = can::messages::ReadFromSensorResponse{
.message_index = m.message_index,
Expand Down

0 comments on commit 8258532

Please sign in to comment.