Skip to content

Commit

Permalink
report correct sensor type
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Oct 3, 2023
1 parent f40cddb commit b12a69a
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 @@ -400,7 +400,7 @@ class MMR920C04 {
can::ids::NodeId::host,
can::messages::BaselineSensorResponse{
.message_index = m.message_index,
.sensor = can::ids::SensorType::pressure_temperature,
.sensor = can::ids::SensorType::pressure,
.offset_average = pressure_fixed_point});
set_threshold(current_pressure_baseline_pa,
can::ids::SensorThresholdMode::auto_baseline,
Expand Down

0 comments on commit b12a69a

Please sign in to comment.