OBD CAN sensors #1733

This commit is contained in:
rusefi 2020-09-03 19:09:05 -04:00
parent 6ce016959a
commit c584e0d386
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ public:
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)