Add some additional log fields for staging

This commit is contained in:
Josh Stewart 2023-07-12 13:59:00 +10:00
parent e20bb1d2f8
commit a0dd4bc8b5
1 changed files with 5 additions and 2 deletions

View File

@ -5423,10 +5423,13 @@ cmdVSSratio6 = "E\x99\x06"
entry = VE1, "VE1", int, "%d"
entry = VE2, "VE2", int, "%d"
entry = pulseWidth, "PW", float, "%.3f"
entry = pulseWidth2, "PW2", float, "%.3f"
entry = pulseWidth3, "PW3", float, "%.3f"
entry = pulseWidth4, "PW4", float, "%.3f"
entry = afrTarget, "AFR Target", float, "%.3f"
entry = lambdaTarget, "Lambda Target", float, "%.3f"
entry = pulseWidth2, "PW2", float, "%.3f"
entry = dutyCycle, "DutyCycle1", float, "%.1f"
entry = dutyCycle, "Duty Cycle", float, "%.1f"
entry = stgDutyCycle, "Duty Cycle (Staging)",float, "%.1f"
entry = TPSdot, "TPS DOT", int, "%d", { aeMode == 0 }
entry = advance, "Advance (Current)",int, "%d"
entry = dwell, "Dwell", float, "%.3f"