Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-10-11 02:54:46 +00:00
parent 3b3b7b6718
commit d84674e291
2 changed files with 10 additions and 10 deletions

View File

@ -69,17 +69,17 @@ wallFuelCorrectionGauge = wallFuelCorrection,"fuel: wall correction", "mg", 0.0,
revolutionCounterSinceStartGauge = revolutionCounterSinceStart,"revolutionCounterSinceStart", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
deltaTpsGauge = deltaTps,"fuel: TPS change", "ratio", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
canReadCounterGauge = canReadCounter,"canReadCounter", "", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
tpsAccelFuelGauge = tpsAccelFuel,"fuel: TPS acceleration extra fuel ms", "ms", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignitionAdvanceGauge = ignitionAdvance,"timing", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
sparkDwellValueGauge = sparkDwellValue,"dwell: coil charge time", "ms", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
tpsAccelFuelGauge = tpsAccelFuel,"fuel: TPS acceleration extra fuel ms", "ms", 0.0,0.0, 0.0,0.0, 0.0,0.0, 3,3
ignitionAdvanceGauge = ignitionAdvance,"timing", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 1,1
sparkDwellValueGauge = sparkDwellValue,"dwell: coil charge time", "ms", 0.0,0.0, 0.0,0.0, 0.0,0.0, 1,1
coilDutyCycleGauge = coilDutyCycle,"dwell: coil duty cycle", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
idleAirValvePositionGauge = idleAirValvePosition,"Idle Air Valve", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
idleAirValvePositionGauge = idleAirValvePosition,"Idle Air Valve", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 1,1
etbTargetGauge = etbTarget,"ETB Target", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 2,2
etb1DutyCycleGauge = etb1DutyCycle,"ETB Duty", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 1,1
etb1ErrorGauge = etb1Error,"ETB Error", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 3,3
fuelTankLevelGauge = fuelTankLevel,"Fuel level", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
totalFuelConsumptionGauge = totalFuelConsumption,"fuel: Total consumed", "grams", 0.0,0.0, 0.0,0.0, 0.0,0.0, 1,1
fuelFlowRateGauge = fuelFlowRate,"fuel: Flow rate", "gram/s", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
fuelFlowRateGauge = fuelFlowRate,"fuel: Flow rate", "gram/s", 0.0,0.0, 0.0,0.0, 0.0,0.0, 3,3
veTableYAxisGauge = veTableYAxis,"veTableYAxis", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
afrTableYAxisGauge = afrTableYAxis,"afrTableYAxis", "%", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
alignmentFill_at_102Gauge = alignmentFill_at_102,"need 4 byte alignment", "units", -20.0,100.0, -20.0,100.0, -20.0,100.0, 0,0

View File

@ -38,17 +38,17 @@ static constexpr LogField fields[] = {
{engine->outputChannels.revolutionCounterSinceStart, "revolutionCounterSinceStart", "", 0},
{engine->outputChannels.deltaTps, "fuel: TPS change", "ratio", 0},
{engine->outputChannels.canReadCounter, "canReadCounter", "", 0},
{engine->outputChannels.tpsAccelFuel, "fuel: TPS acceleration extra fuel ms", "ms", 0},
{engine->outputChannels.ignitionAdvance, "timing", "deg", 0},
{engine->outputChannels.sparkDwellValue, "dwell: coil charge time", "ms", 0},
{engine->outputChannels.tpsAccelFuel, "fuel: TPS acceleration extra fuel ms", "ms", 3},
{engine->outputChannels.ignitionAdvance, "timing", "deg", 1},
{engine->outputChannels.sparkDwellValue, "dwell: coil charge time", "ms", 1},
{engine->outputChannels.coilDutyCycle, "dwell: coil duty cycle", "%", 0},
{engine->outputChannels.idleAirValvePosition, "Idle Air Valve", "%", 0},
{engine->outputChannels.idleAirValvePosition, "Idle Air Valve", "%", 1},
{engine->outputChannels.etbTarget, "ETB Target", "%", 2},
{engine->outputChannels.etb1DutyCycle, "ETB Duty", "%", 1},
{engine->outputChannels.etb1Error, "ETB Error", "%", 3},
{engine->outputChannels.fuelTankLevel, "Fuel level", "%", 0},
{engine->outputChannels.totalFuelConsumption, "fuel: Total consumed", "grams", 1},
{engine->outputChannels.fuelFlowRate, "fuel: Flow rate", "gram/s", 0},
{engine->outputChannels.fuelFlowRate, "fuel: Flow rate", "gram/s", 3},
{engine->outputChannels.veTableYAxis, "veTableYAxis", "%", 0},
{engine->outputChannels.afrTableYAxis, "afrTableYAxis", "%", 0},
{engine->outputChannels.knockLevel, "knock: current level", "Volts", 0},