mirror of https://github.com/rusefi/rusefi-1.git
OBD CAN sensors #1733
This commit is contained in:
parent
6ce016959a
commit
c584e0d386
|
@ -46,8 +46,8 @@ public:
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
void showInfo(Logging* logger, float testInputValue) const {
|
void showInfo(Logging* logger, const char* sensorName) const override {
|
||||||
|
// todo: just print name and value?
|
||||||
}
|
}
|
||||||
|
|
||||||
StoredValueSensor(SensorType type, efitick_t timeoutNt)
|
StoredValueSensor(SensorType type, efitick_t timeoutNt)
|
||||||
|
|
Loading…
Reference in New Issue