maf
This commit is contained in:
parent
a42ab4e3e2
commit
0e7bb7c550
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue