This commit is contained in:
Matthew Kennedy 2020-07-20 23:22:42 -07:00
parent a42ab4e3e2
commit 0e7bb7c550
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ static const LogField fields[] = {
{tsOutputChannels.fuelTankLevel, "fuel level", "%", 0},
{tsOutputChannels.fuelingLoad, GAUGE_NAME_FUEL_LOAD, "%", 1},
{tsOutputChannels.ignitionLoad, GAUGE_NAME_IGNITION_LOAD, "%", 1},
{tsOutputChannels.massAirFlow, GAUGE_NAME_AIR_FLOW, "kg/h", 1},
};
void writeHeader(char* buffer) {