We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65785c5 commit c14820fCopy full SHA for c14820f
src/WheelSpeedSensor.cpp
@@ -34,7 +34,7 @@ String WheelSpeedSensor::debug() {
34
}
35
36
void returnWheelSpeed(String header, float n) {
37
- Serial.print(tag + ":");
+ Serial.print(header + ":");
38
Serial.print(n);
39
Serial.print(";");
40
0 commit comments