we need tpsinfo especially when data is invalid!
This commit is contained in:
parent
040e040b4a
commit
b866b57d23
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue