Datalog entries of pulsewidth with 3 decimals instead of 1 (#336)
It's already with this higher resolution in TS, and tuning idle and low load area with big injectors really require more than just one decimal precision.
This commit is contained in:
parent
53faee1a3e
commit
5b9bc789ab
|
@ -3681,10 +3681,10 @@ cmdtestspk450dc = "E\x03\x0C"
|
|||
entry = veCurr, "Current VE", int, "%d"
|
||||
entry = VE1, "VE1", int, "%d"
|
||||
entry = VE2, "VE2", int, "%d"
|
||||
entry = pulseWidth, "PW", float, "%.1f"
|
||||
entry = pulseWidth, "PW", float, "%.3f"
|
||||
entry = afrTarget, "AFR Target", float, "%.3f"
|
||||
entry = lambdaTarget, "Lambda Target",float, "%.3f"
|
||||
entry = pulseWidth, "PW2", float, "%.1f"
|
||||
entry = pulseWidth, "PW2", float, "%.3f"
|
||||
entry = dutyCycle, "DutyCycle1", float, "%.1f"
|
||||
entry = dutyCycle, "DutyCycle2", float, "%.1f"
|
||||
entry = TPSdot, "TPS DOT", int, "%d"
|
||||
|
|
Loading…
Reference in New Issue