Skip to content

Commit c14820f

Browse files
committed
Bug fixed.
1 parent 65785c5 commit c14820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WheelSpeedSensor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ String WheelSpeedSensor::debug() {
3434
}
3535

3636
void returnWheelSpeed(String header, float n) {
37-
Serial.print(tag + ":");
37+
Serial.print(header + ":");
3838
Serial.print(n);
3939
Serial.print(";");
4040
}

0 commit comments

Comments
 (0)