We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e54c11 commit 987fc09Copy full SHA for 987fc09
src/network_systems/projects/can_transceiver/src/can_frame_parser.cpp
@@ -1118,7 +1118,7 @@ std::string PressureSensor::debugStr() const
1118
std::string PressureSensor::toString() const
1119
{
1120
std::stringstream ss;
1121
- ss << "[PRESSURE SENSOR] Conductivity: " << pressure_;
+ ss << "[PRESSURE SENSOR] Pressure: " << pressure_;
1122
return ss.str();
1123
}
1124
0 commit comments