we need tpsinfo especially when data is invalid!

This commit is contained in:
rusEfi 2020-02-27 02:21:01 -05:00
parent 040e040b4a
commit b866b57d23
1 changed files with 1 additions and 2 deletions

View File

@ -404,8 +404,7 @@ void printTPSInfo(void) {
auto raw = Sensor::getRaw(SensorType::Tps1);
if (!tps.Valid) {
scheduleMsg(&logger, "NO TPS SENSOR");
return;
scheduleMsg(&logger, "TPS not valid");
}
static char pinNameBuffer[16];